Enum oauth2_client::authorization_code_grant::authorization_endpoint::AuthorizationEndpointError
source · pub enum AuthorizationEndpointError {
ClientIdMissing,
CustomSerRequestQueryFailed(Box<dyn Error + Send + Sync>),
SerRequestQueryFailed(SerdeQsError),
MakeRequestFailed(HttpError),
}
Variants§
ClientIdMissing
CustomSerRequestQueryFailed(Box<dyn Error + Send + Sync>)
SerRequestQueryFailed(SerdeQsError)
MakeRequestFailed(HttpError)
Trait Implementations§
source§impl Debug for AuthorizationEndpointError
impl Debug for AuthorizationEndpointError
source§impl Display for AuthorizationEndpointError
impl Display for AuthorizationEndpointError
source§impl Error for AuthorizationEndpointError
impl Error for AuthorizationEndpointError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()