Enum rak811_at_driver::LoraError
source · pub enum LoraError {
JoinError,
AckTimeout,
NotReady,
SendError,
RecvError,
RecvTimeout,
RecvBufferTooSmall,
NotInitialized,
NotImplemented,
UnsupportedRegion,
OtherError,
}
Expand description
Possible error values returned by driver.
Variants§
JoinError
Error joining network.
AckTimeout
Acknowledgement timed out.
NotReady
Driver is not ready to perform operation.
SendError
Error during send.
RecvError
Error during receive.
RecvTimeout
Timed out during receive.
RecvBufferTooSmall
Received more data than could be put in the receive buffer.
NotInitialized
Driver has not been initialized.
NotImplemented
Functionality is not implemented.
UnsupportedRegion
Region is not supported.
OtherError
Unknown error.