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 |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python