com.microsoft.azure.sdk.iot.service.exceptions

Classes

ErrorMessageParser

Representation of a single error message collection with a Json deserializer.

IotHubBadFormatException

Create bad message format exception

IotHubBadGatewayException

Create bad gateway exception (device sent malformed response)

IotHubConflictException

409 Conflict Likely caused by trying to create a resource that already exists

IotHubDeviceMaximumQueueDepthExceededException

Create iot hub device maximum queue depth exceeded exception

IotHubException

Super class for IotHub exceptions

IotHubExceptionManager

Provide static function to verify results and throw appropriate exception.

IotHubGatewayTimeoutException

Create gateway timeout exception (device does not answer in time)

IotHubInternalServerErrorException

Create internal server error exception

IotHubInvalidOperationException

Create iot hub invalid operation exception

IotHubMessageTooLargeException

Create iot hub Message too large exception

IotHubNotFoundException

Create iot hub not found exception

IotHubNotSupportedException

Create iot hub not found exception

IotHubPreconditionFailedException

Create precondition failed exception

IotHubServerBusyException

Create server busy exception

IotHubTooManyDevicesException

Create too many devices exception

IotHubTooManyRequestsException

Create too many requests exception

IotHubUnauthorizedException

Create unauthorized exception

Enums

ErrorCodeDescription

The descriptions for all the possible 6 digit and 3 digit error codes returned by IoT hub for service calls. See https://docs.microsoft.com/en-us/rest/api/iothub/common-error-codes for additional details