Enum http_signature_normalization::PrepareVerifyError [−][src]
pub enum PrepareVerifyError {
Validate(ValidateError),
Parse(ParseSignatureError),
Required(RequiredError),
}Expand description
Error preparing a header for validation
This could be due to a missing header, and unparsable header, or an expired header
Variants
Validate(ValidateError)Error validating the header
Tuple Fields of Validate
Parse(ParseSignatureError)Error parsing the header
Tuple Fields of Parse
Required(RequiredError)Missing required headers
Tuple Fields of Required
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.