Common Errors
All requests
HTTP code | Xelion code | Description |
---|---|---|
404 |
10100 |
Resource not found. When object is requested: no object with the specified ID exists. |
429 |
10400 |
The session exceeded the max number of concurrent requests. Try again later. |
10402 |
The request timed-out while waiting for session resources. Try again later. |
|
500 |
11000 |
A server error occurred. See error message for more information. |
Authentication and security errors
HTTP code | Xelion code | Description |
---|---|---|
401 |
10000 |
The user is not authenticated. |
1002X |
Invalid authentication. See exact Xelion code for more information. |
|
403 |
10101 |
The user has no read, write or delete permissions for this resource. Check object permissions or HTTP call autorization. |
10101 |
The user does not have the required license. |
Request with payload
HTTP code | Xelion code | Description |
---|---|---|
400 |
10200 |
Empty payload: no object is found. |
10202 |
Invalid or incomplete payload. |
|
10203 |
The ID or the object-type of the object is invalid or missing. |
JSON payload example
{
"errorCode": 10004,
"message": "Wrong user name, password or tenant",
"info": "resource=POST /api/v1/master/me/login"
}