Module macrobond_data_api.web.web_types.response_error_code
Classes
class ResponseErrorCode (value, names=None, *, module=None, qualname=None, type=None, start=1)
-
Response Error Code
Ancestors
- enum.IntEnum
- builtins.int
- enum.Enum
Class variables
var FORBIDDEN
-
Access to the item was denied
var NOT_FOUND
-
The item was not found
var NOT_MODIFIED
-
The item was not modified and is not included in the response
var OTHER
-
There was an error and it is described in the error text
var PARTIAL_CONTENT
-
The item was not modified and is not included in the response