Enum tc_error::ErrorType [−][src]
pub enum ErrorType {
BadGateway,
BadRequest,
Conflict,
Forbidden,
Internal,
MethodNotAllowed,
NotFound,
NotImplemented,
Timeout,
Unauthorized,
}The category of a TCError.
Variants
Trait Implementations
impl StructuralEq for ErrorType[src]
impl StructuralEq for ErrorType[src]impl StructuralPartialEq for ErrorType[src]
impl StructuralPartialEq for ErrorType[src]Auto Trait Implementations
impl RefUnwindSafe for ErrorType
impl RefUnwindSafe for ErrorTypeimpl UnwindSafe for ErrorType
impl UnwindSafe for ErrorType