get https://{hostname}/api/content-control/errors
Retrieve a listing of this API's HTML-formatted error codes.
Response
Retrieve a listing of this API's HTML-formatted error codes.
xxxxxxxxxx
curl --request GET \
--url https://hostname/api/content-control/errors \
--header 'accept: text/html'
xxxxxxxxxx
131
<html>
<head><title>Content-control API Errors</title></head>
<body>
<h1>Content-control API Error Descriptions</h1>
<a name="core.internal-error-exception"><h3>core.internal-error-exception</h3></a>
An internal error has occurred during processing. Internal errors are not expected during normal system operation. Please contact the system administrator for more information
<a name="core.unauthorized"><h3>core.unauthorized</h3></a>
The request did not contain valid authorization. Obtain a valid authorization token from the authorization server and retry the request.
<a name="core.bad-request"><h3>core.bad-request</h3></a>
A bad request was received by the system. The intent of the request could not be understood. Please inspect the requested operation and ensure it is properly formed
<a name="core.constraint-violation"><h3>core.constraint-violation</h3></a>
The request received by the system contained more or more constraint violations. More detail about each violation should be included in the error response. Please check the error description for each respective error to learn more about each constraint violation.
<a name="core.not-null-violation"><h3>core.not-null-violation</h3></a>
A required property was missing from the request. For many required properties, the system is able to determine a reasonable default. However, not all properties have defaults, and thus must be specified. Please retry the request with the property specified.
<a name="core.null-violation"><h3>core.null-violation</h3></a>
A property required to not be specified for a request was present. Please retry the request withouth the property.
<a name="core.size-violation"><h3>core.size-violation</h3></a>
A property was specified with a value that was outside the valid range for the property. The error message will often include the allowable minimum and maximum values. Please retry the request with a valid value.