ProblemDetailDto

  • detail
    Type: string
    required

    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.

  • title
    Type: string
    required

    A short, human-readable summary of the problem type. Stable for a given type (e.g. Invalid Sort Property for ANL_00422, Token Expired for ANL_00498) but not intended for programmatic branching — use type for that.

  • type
    Type: stringenum
    required

    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 — the sortProperty value is not supported for this endpoint, or is not available for the selected platform / contentType filter (HTTP 400)

    • ANL_00404 — the requested resource could not be found (HTTP 404)

    • ANL_00500 — an unexpected server-side error occurred (HTTP 500)

    values
    • ANL_00400
    • ANL_00401
    • ANL_00498
    • ANL_00403
    • ANL_00422
    • ANL_00500
    • ANL_00404