Enum esp8266_wifi_serial::Error [−][src]
pub enum Error { ReadBuffer, WriteBuffer, BufferFull, Timeout, JoinApError, }
Expand description
Possible error types that may happen during manipulating the WiFi module.
In order to the crate interface simplification, error details have been omitted.
Variants
An error occurred during the receiving bytes from the serial port.
An error occurred during the sending bytes into the serial port.
Reader buffer is full.
Operation timeout reached.
Unable to join selected access point.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more