[][src]Trait openidconnect::ErrorResponseType

pub trait ErrorResponseType: Debug + DeserializeOwned + Serialize { }

Error types enum.

NOTE: The serialization must return the snake_case representation of this error type. This value must match the error type from the relevant OAuth 2.0 standards (RFC 6749 or an extension).

Implementations on Foreign Types

impl ErrorResponseType for DeviceCodeErrorResponseType[src]

Loading content...

Implementors

impl ErrorResponseType for BasicErrorResponseType[src]

impl ErrorResponseType for CoreRegisterErrorResponseType[src]

Loading content...