Azure / azure-iot-hub-python

Azure IoT Hub Data Plane Python SDK
MIT License
15 stars 11 forks source link

Available exceptions? #5

Open jryberg opened 1 year ago

jryberg commented 1 year ago

Hi,

It seems that this module does not have any exceptions documented.

I got for example Exception("C2D message send failure") when I'm trying to send C2D message to a device_id that are missing.

It's not very easy to work with the hub right now, how can I tell for example if a device is missing?

Best regards Johan Ryberg