Struct openid_client::OidcClientError
source · pub struct OidcClientError {
pub name: String,
pub error: String,
pub error_description: String,
pub response: Option<Response>,
}Expand description
OidcClientError
Error That will be returned to the end user of this library
Fields§
§name: StringName of the error. One of TypeError, OPError
error: StringShort title of the error
error_description: StringDescription
response: Option<Response>If the error occurred as part of a request, the response field will be available