Struct oxide_auth::code_grant::resource::AccessFailure [−][src]
Expand description
Gives additional information about the reason for an access failure.
According to rfc6750, this should not be returned if the client has not provided any authentication information.
Fields
code: Option<ErrorCode>The standard error code representation.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AccessFailure
impl Send for AccessFailure
impl Sync for AccessFailure
impl Unpin for AccessFailure
impl UnwindSafe for AccessFailure
Blanket Implementations
Mutably borrows from an owned value. Read more