Error Returns
The following are all error responses that can be returned via the API.
No Query
{
"meta": {
"timestamp": "2019-10-21T13:02:48"
},
"error": {
"message": "No Query",
"code": "IN0"
}
}Query Not Parsable
{
"meta": {
"timestamp": "2019-10-21T13:04:26"
},
"error": {
"message": "Query Not Parsable",
"code": "IN1",
"detail": "{the payload body}"
}
}Bad Login
No Target
Missing Required Input
Input Failed Validation
Token Bad or Expired
User Not Active
No Such Service
Last updated