Skip to main content

ErrorResponse

errors object[]
  • Array [
  • codestring
    typestring

    Possible values: [CLIENT, SERVER]

    descriptionstring
  • ]
  • ErrorResponse
    {
    "errors": [
    {
    "code": "string",
    "type": "CLIENT",
    "description": "string"
    }
    ]
    }