Serialized Form
-
Package io.tokenchannel
-
Class io.tokenchannel.ErrorInfo extends Object implements Serializable
-
Serialized Fields
-
code
String code
The value for the "code" name/value pair is a language-independent string. Its value is a service-defined error code that SHOULD be human-readable. This code serves as a more specific indicator of the error than the HTTP error code specified in the response. Services SHOULD have a relatively small number (about 20) of possible values for "code," and all clients MUST be capable of handling all of them. -
details
List<FieldErrorResource> details
The value for the "details" name/value pair MUST be an array of JSON objects that MUST contain name/value pairs for "code" and "message," and MAY contain a name/value pair for "target," as described above. The objects in the "details" array usually represent distinct, related errors that occurred during the request. -
message
String message
The value for the "message" name/value pair MUST be a human-readable representation of the error. It is intended as an aid to developers and is not suitable for exposure to end users.
-
-
-
Class io.tokenchannel.FieldErrorResource extends Object implements Serializable
-
-
Package io.tokenchannel.exceptions
-
Class io.tokenchannel.exceptions.BadRequestException extends TokenChannelException implements Serializable
-
Serialized Fields
-
errorInfo
ErrorInfo errorInfo
-
-
-
Class io.tokenchannel.exceptions.ChallengeClosedException extends TokenChannelException implements Serializable
-
Class io.tokenchannel.exceptions.ChallengeExpiredException extends TokenChannelException implements Serializable
-
Class io.tokenchannel.exceptions.ChallengeNotFoundException extends TokenChannelException implements Serializable
-
Class io.tokenchannel.exceptions.ForbiddenException extends TokenChannelException implements Serializable
-
Class io.tokenchannel.exceptions.InvalidCodeException extends TokenChannelException implements Serializable
-
Class io.tokenchannel.exceptions.InvalidIdentifierException extends TokenChannelException implements Serializable
-
Class io.tokenchannel.exceptions.MaxAttemptsExceededException extends TokenChannelException implements Serializable
-
Class io.tokenchannel.exceptions.OutOfBalanceException extends TokenChannelException implements Serializable
-
Class io.tokenchannel.exceptions.QuotaExceededException extends TokenChannelException implements Serializable
-
Class io.tokenchannel.exceptions.TargetOptOutException extends TokenChannelException implements Serializable
-
Class io.tokenchannel.exceptions.TokenChannelException extends RuntimeException implements Serializable
-
Class io.tokenchannel.exceptions.UnauthorizedException extends TokenChannelException implements Serializable
-