General format of errors

{
  "error": {
    "wsError": {
      "code": "string",
      "extCode": "string",
      "desc": "string"
    },
    "agentError": {
      "code": 0,
      "desc": "string"
    },
    "rkError": {
      "code": 0,
      "desc": "string"
    },
    "shError": {
      "code": 0,
      "desc": "string"
    }
  }
}

Description of parameters

Parameter

Parameter type

Mandatory

Description

- wsErrorstring enum
Whiteserver Error
– codestring
Error code
– extCodestring
Extended error code
– descstring
Error description
- agentErrorstring enum
Agent Error
– codeint
Error code
– descstring
Error description
- rkErrorstring enum
Rkeeper error
– codeint
Error code
– descstring
Error description
- shErrorstring enum
Store House Error
– codeint
Error code
– descstring
Error description