The Kordiam API returns the following success and error codes:
Success
- 200 (“Ok”) – the request was successfully processed.
Error
- 400 ("Bad Request"):
The filed value in the request does not satisfy the Kordiam business logic.
The request is corrupted and cannot be processed successfully.
The URL is not correct. Therefore the operation is not supported.
- 401 ("Unauthorized"): Authorization was not passed successfully.
- 403 ("Forbidden"): There is no corresponding permission to use that API method.
- 404 ("Not Found"): The requested data is not found in Kordiam.
- 409 ("Conflict"): There is some internal error related to concurrent requests to the same data.
- 429 ("Too Many Requests"): There are more requests coming in than the load balancer can process. Learn more
- 500 ("Internal Server Error"): Common error describing a variety of possible technical issues.
- 503 ("Service unavailable"): If the request limit is reached.
- 504: Unable to receive a response from Kordiam (timeout of 60 seconds).
Comments
0 comments
Please sign in to leave a comment.