The following Response codes can be returned from the Solvexia APIs.
| Code | Type | Description |
|---|---|---|
| 200 | Ok | Successful request |
| 400 | Bad Request | Request input is invalid or malformed |
| 403 | Forbidden | The user does not have access to the resource or action |
| 404 | Not Found | The resource doesn't exist or has been deleted |
| 500 | Internal Server Error | An exception has occurred during processing the request |
All non-200 responses will return a general error json object.
{
"message": "Supplied step id is not of type Data Step",
"supportId": "cb4712e5-4eb9-40eb-acbb-091aaf740dca"
}| Name | Type | Description |
|---|---|---|
| message | string |
The user friendly error information. |
| supportId | string |
The error support id that can be used for support enquiries. |