The error object returned after an unsuccessful request.
Technology
- Sign in with Apple REST API 1.0+
Properties
error
string
A string that describes the reason for the unsuccessful request. The string consists of a single allowed value.
Discussion
The error
field contains exactly one of the following parameters:
invalid
_request The request is malformed, normally due to a missing parameter, contains an unsupported parameter, includes multiple credentials, or uses more than one mechanism for authenticating the client.
invalid
_client The client authentication failed.
invalid
_grant The authorization grant or refresh token is invalid.
unauthorized
_client The client is not authorized to use this authorization grant type.
unsupported
_grant _type The authenticated client is not authorized to use the grant type.
invalid
_scope The requested scope is invalid.