Enum inth_oauth2::client::response::ParseError
[−]
[src]
pub enum ParseError {
ExpectedType(&'static str),
ExpectedFieldType(&'static str, &'static str),
ExpectedFieldValue(&'static str, &'static str),
UnexpectedField(&'static str),
}Response parse errors.
Variants
ExpectedType | Expected response to be of type. | |
ExpectedFieldType | Expected field to be of type. | |
ExpectedFieldValue | Expected field to equal value. | |
UnexpectedField | Expected field to not be present. |