Previous Topic: HTTP Status and Error Codes


Known Status Codes

The following list describes the known status codes that the API returns. Other codes may exist from the web server or the CXF framework, but it depends on the type of error.

200

OK

Indicates a successful return.

201

Created

Indicates a new record.

204

No Content

Indicates an empty response body.

304

Not Modified

Indicates that the record did not update.

400

Bad Request

Indicates that an error occurred due to a user or backend server issue.

401

Unauthorized

Indicates a function Access error or any authentication failure.

404

Not Found

Indicates that a record is not found.

405

Method Not Allowed

Indicates an unsupported HTTP method.

406

Not Acceptable

Indicates an unsupported requested format.

409

Conflict

Indicates that multiple records were found for the given identifier.

415

Unsupported Media Type

Indicates that the provided format is not supported.

500

Internal Server Error

Indicates an error on the server or CXF framework.