Enum Class ObtainingAuthorizationErrorCode

java.lang.Object
java.lang.Enum<ObtainingAuthorizationErrorCode>
io.micronaut.security.errors.ObtainingAuthorizationErrorCode
All Implemented Interfaces:
ErrorCode, Serializable, Comparable<ObtainingAuthorizationErrorCode>, Constable

public enum ObtainingAuthorizationErrorCode extends Enum<ObtainingAuthorizationErrorCode> implements ErrorCode
A single ASCII error code as described in Obtaining Authorization - Error Response seciton of OAuth 2.0 spec.
See Also: