Enum oxide_auth::code_grant::resource::ErrorCode [−][src]
pub enum ErrorCode {
InvalidRequest,
InsufficientScope,
InvalidToken,
}Expand description
Indicates the reason for access failure.
Variants
The request did not have enough authorization data or was otherwise malformed.
The provided authorization did not grant sufficient priviledges.
The token is expired, revoked, malformed or otherwise does not meet expectations.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations
Mutably borrows from an owned value. Read more