Enum tcloud_im_api::error::Error [−][src]
pub enum Error {
IO(Error),
Net(Error),
JsonSerdeError(Error),
RemoteError {
code: u32,
msg: String,
},
Unknown,
}Variants
IO(Error)
Tuple Fields
0: ErrorNet(Error)
Tuple Fields
0: ErrorJsonSerdeError(Error)
Tuple Fields
0: ErrorRemoteError
Unknown
Trait 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
