Error Codes

In case of an error, the API may return an HTTP status code and an error message. The following error code is defined:

  • Status code "200 OK" indicates a successful request. The server successfully processed the request and returned the data or operation result.

  • Status code "400 Bad Request" indicates that the server could not understand the request due to invalid syntax or missing parameters. It implies a client-side error, and the request needs to be modified or corrected before retrying.

  • Status code "401 Unauthorised" indicates that the request requires user authentication or valid credentials, and the client attempting the request is not authorised. The user must provide valid credentials (e.g., username and password) to access the requested resource.

  • Status code "408 Request Timeout" indicates that the server did not receive a complete request from the client within the specified time (timeout). It may occur if the client takes too long to send the request and the server closes the connection.

  • Status code "500 Internal Server Error" indicates that the server encountered an unexpected condition that prevented it from fulfilling the request. It is a generic error message that indicates a server-side issue, and the client may need to report the problem to the server administrator or support team.

If you encounter any other error codes, please check the API documentation or contact our support team for assistance.

Previous
Hash
ODIN logo
LinkedIn IconDiscord IconGitHub IconMedium IconX Icon