exceptions Module
This module defines an exception surface, exposed as part of the azure.iot.device library API
Classes
ClientError |
Generic error for a client |
ConnectionDroppedError |
Lost connection while executing operation |
ConnectionFailedError |
Failed to establish a connection |
CredentialError |
Could not connect client using given credentials |
NoConnectionError |
Operation could not be completed because no connection has been established |
OperationCancelled |
An operation was cancelled |
OperationTimeout |
An operation timed out |
ServiceError |
Error received from an Azure IoT service |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python