ProblemDetailDto
- detailType: stringrequired
A human-readable explanation specific to this occurrence of the problem. May include the offending parameter value and the list of accepted values to help the caller recover.
- titleType: stringrequired
A short, human-readable summary of the problem type. Stable for a given
type(e.g.Invalid Sort PropertyforANL_00422,Token ExpiredforANL_00498) but not intended for programmatic branching — usetypefor that. - typeType: stringenumrequired
A machine-readable error code identifying the problem type.
-
ANL_00401— invalid client credentials, missing/invalid JWT, or JWT failed verification (HTTP 401) -
ANL_00403— client is disabled, has no accessible instances, or the JWT is valid but the requested scope is not accessible with this token (HTTP 403) -
ANL_00498— the JWT has expired; request a new token via/oauth/token(HTTP 401) -
ANL_00400— one or more query parameters failed validation (HTTP 400) -
ANL_00422— thesortPropertyvalue is not supported for this endpoint, or is not available for the selectedplatform/contentTypefilter (HTTP 400) -
ANL_00404— the requested resource could not be found (HTTP 404) -
ANL_00500— an unexpected server-side error occurred (HTTP 500)
values- A
N L _00400 - A
N L _00401 - A
N L _00498 - A
N L _00403 - A
N L _00422 - A
N L _00500 - A
N L _00404
-