Expand description

Errors that can occur when calling the service.

Modules

Structs

You do not have sufficient access to perform this action.

Indicates that a request to authorize a client with an access user session token is pending.

Error type for the CreateToken operation.

Indicates that the token issued by the service is expired and is no longer valid.

Indicates that an error from the service occurred while trying to process a request.

Indicates that the clientId or clientSecret in the request is invalid. For example, this can occur when a client sends an incorrect clientId or an expired clientSecret.

Indicates that the client information sent in the request during registration is invalid.

Indicates that a request contains an invalid grant. This can occur if a client makes a CreateToken request with an invalid grant type.

Indicates that something is wrong with the input to the request. For example, a required parameter might be missing or out of range.

Indicates that the scope provided in the request is invalid.

Error type for the RegisterClient operation.

Indicates that the client is making the request too frequently and is more than the service can handle.

Error type for the StartDeviceAuthorization operation.

Indicates that the client is not currently authorized to make the request. This can happen when a clientId is not issued for a public client.

Indicates that the grant type in the request is not supported by the service.

Enums

Types of errors that can occur for the CreateToken operation.

Types of errors that can occur for the RegisterClient operation.

Types of errors that can occur for the StartDeviceAuthorization operation.