Module macrobond_data_api.common.enums.status_code

Classes

class StatusCode (value, names=None, *, module=None, qualname=None, type=None, start=1)

Status 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 OK

All is well

var OTHER

There was an error and it is described in the error text

var PARTIAL_CONTENT

This is an incremental update that includes only revisions added