Enum rest_api_utils::errors::Error [−][src]
pub enum Error {
ReqwestError(Error),
SerdeJsonError(Error),
ApiError(String),
UnexpectedData(String),
}Variants
ReqwestError(Error)Tuple Fields of ReqwestError
0: ErrorSerdeJsonError(Error)Tuple Fields of SerdeJsonError
0: ErrorApiError(String)Tuple Fields of ApiError
0: StringUnexpectedData(String)Tuple Fields of UnexpectedData
0: StringTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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