ESPTransportError
enum ESPTransportError : Error
Enum type representing errors encountered while communicating with ESPDevice.
-
Device is not reachable or communication interrupted with device.
Declaration
Swift
case deviceUnreachableError(String) -
Error while communicating with device.
Declaration
Swift
case communicationError(Int)
ESPTransportError Enumeration Reference