Module macrobond_data_api.web.web_types.status_response

Classes

class StatusResponse (*args, **kwargs)

A status response

Ancestors

  • builtins.dict

Class variables

var errorCode : Optional[int]

Set if there was an error and not specified if there was no error

304 - The item was not modified and is not included in the response. 404 - The item was not found. 403 - Access to the item was denied. 500 - There was an error and it is described in the error text.

var errorText : Optional[str]

The error text if there was an error or not specified if there was no error