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 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python