Common Errors

HTTP Response Code Error Code Message Message Parameter Description

200

OK

OK

The request was successful and the response contains the requested data.

400

CMN-INVALID-REQUEST

Bad Request

desc

The request is invalid and cannot be processed. Check the provided parameters and ensure they meet the required criteria.

400

CMN-ENTITY-ALREADY-EXISTS

Entity already exists.

The entity being created already exists in the system and cannot be duplicated.

400

CMN-JSON-NOT-CORRECT

JSON not correct.

The provided JSON data is not correctly formatted or does not meet the required syntax.

400

CMN-VALIDATION-FAILED

Validation of the Request failed. Check 'violations' for more details.

The request validation failed due to incorrect or missing parameters. Refer to the 'violations' section for more details.

401

CMN-NOT-AUTHORIZED

Service not authorized

desc

The service is not authorized due to authentication failure or insufficient permissions.

403

CMN-NOT-AUTHENTICATED

User not authenticated.

The user is not authenticated and requires authentication to access the requested resource.

404

CMN-INVALID-URI

Invalid URI

desc

The requested URI is not valid or does not exist on the server.

405

CMN-METHOD-NOT-ALLOWED

Method not allowed

desc

The HTTP method used in the request is not allowed for the requested resource.

415

CMN-CONTENT-TYPE-NOT-SUPPORTED

Content type not supported

desc

The content type specified in the request header is not supported by the server.

500

CMN-INTERNAL-ERROR

Internal server error.

An unexpected internal server error occurred while processing the request.

500

CMN-INTERNAL-ERROR

Internal server error.

reason

An unexpected internal server error occurred while processing the request. Details: reason.

500

CMN-INTERNAL-ERROR

Internal server error.

Other

An unexpected internal server error occurred while processing the request.