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