Enum maptiler_cloud::errors::Error [−][src]
pub enum Error {
Reqwest(Error),
Http(StatusCode),
}Expand description
This error type wraps other crate’s errors
Variants
Reqwest(Error)Tuple Fields of Reqwest
0: ErrorHttp(StatusCode)Tuple Fields of Http
0: StatusCodeTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more