| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.provisioning.service.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
ProvisioningServiceClientBadFormatException
Create bad message format exception
|
class |
ProvisioningServiceClientBadUsageException
This is the subset of the Device Provisioning Service exceptions for the exceptions related to usage error.
|
class |
ProvisioningServiceClientInternalServerErrorException
Create internal server error exception
|
class |
ProvisioningServiceClientNotFoundException
Create Device Provisioning Service not found exception
|
class |
ProvisioningServiceClientPreconditionFailedException
Create precondition failed exception
|
class |
ProvisioningServiceClientTooManyRequestsException
Create too many requests exception
|
class |
ProvisioningServiceClientTransientException
This is the subset of the Device Provisioning Service exceptions for the exceptions related a temporary service issue.
|
class |
ProvisioningServiceClientUnathorizedException
Create unauthorized exception
|
class |
ProvisioningServiceClientUnknownException
This is the subset of the Device Provisioning Service exceptions for the unknown issues.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ProvisioningServiceClientExceptionManager.httpResponseVerification(int responseStatus,
String errorReason)
Verify response using response status
|
Copyright © 2021. All rights reserved.