Enum rust_tuyapi::error::ErrorKind
source · [−]pub enum ErrorKind {
Show 16 variants
Base64DecodeError(DecodeError),
JsonError(Error),
OpenSSLError(ErrorStack),
SystemTimeError(SystemTimeError),
TcpError(Error),
Utf8Error(Utf8Error),
ParseError(ErrorKind),
BufferNotCompletelyParsedError,
CanNotEncodeMessageWithoutCommand,
CommandTypeMissing,
CRCError,
KeyLength(usize),
MissingAddressError,
ParsingIncomplete,
BadTcpRead,
VersionError(String, String),
}
Variants
Base64DecodeError(DecodeError)
JsonError(Error)
OpenSSLError(ErrorStack)
SystemTimeError(SystemTimeError)
TcpError(Error)
Utf8Error(Utf8Error)
ParseError(ErrorKind)
BufferNotCompletelyParsedError
CanNotEncodeMessageWithoutCommand
CommandTypeMissing
CRCError
KeyLength(usize)
MissingAddressError
ParsingIncomplete
BadTcpRead
VersionError(String, String)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.