OAuthTokenProblemDto
- detailType: stringrequired
Human-readable explanation for this occurrence of the problem. The exact wording may evolve — do not parse it programmatically; branch on
typeinstead. - titleType: stringenumrequired
Short, human-readable summary of the problem. Stable per HTTP status.
values- Unauthorized
- Forbidden
- typeType: stringenumrequired
Machine-readable error code. Integrations should branch on this value, not on
titleor HTTP status.ANL_00401— credentials could not be validated (invalidclientId/clientSecret) (HTTP 401)ANL_00403— credentials are valid but the client is disabled or has no accessible instances (HTTP 403)
values- A
N L _00401 - A
N L _00403