pub type Error = Error;Aliased Type§
pub enum Error {
Io(Error),
UUIDParse(Error),
General(String),
FromUtf8(FromUtf8Error),
Compression(String),
Server(CDRSError),
}Variants§
Io(Error)
Internal IO error.
UUIDParse(Error)
Internal error that may be raised during uuid::Uuid::from_bytes
General(String)
General error
FromUtf8(FromUtf8Error)
Internal error that may be raised during String::from_utf8
Compression(String)
Internal Compression/Decompression error
Server(CDRSError)
Server error.