Enum async_acme::rustls_helper::OrderError [−][src]
pub enum OrderError {
Acme(AcmeError),
Rcgen(RcgenError),
BadOrder(Order),
BadAuth(Auth),
TooManyAttemptsAuth(String),
}Variants
Acme(AcmeError)Tuple Fields of Acme
0: AcmeErrorRcgen(RcgenError)Tuple Fields of Rcgen
0: RcgenErrorBadOrder(Order)Tuple Fields of BadOrder
0: OrderBadAuth(Auth)Tuple Fields of BadAuth
0: AuthTooManyAttemptsAuth(String)Tuple Fields of TooManyAttemptsAuth
0: StringTrait Implementations
Performs the conversion.