Enum oss_sdk::errors::Error [−][src]
pub enum Error {
Object(ObjectError),
Io(IoError),
String(FromUtf8Error),
Reqwest(ReqwestError),
Qxml(QxmlError),
Xml(XmlError),
Http(HttpError),
E(String),
}
Variants
Object(ObjectError)
Tuple Fields of Object
0: ObjectError
Io(IoError)
Tuple Fields of Io
0: IoError
String(FromUtf8Error)
Tuple Fields of String
Reqwest(ReqwestError)
Tuple Fields of Reqwest
0: ReqwestError
Qxml(QxmlError)
Tuple Fields of Qxml
0: QxmlError
Xml(XmlError)
Tuple Fields of Xml
0: XmlError
Http(HttpError)
Tuple Fields of Http
0: HttpError
E(String)
Tuple Fields of E
0: String
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
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