ErrorCodeDescription Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. sdk. iot. deps. serializer. ErrorCodeDescription
- com.
- java.
public enum ErrorCodeDescription
extends java.lang.Enum<ErrorCodeDescription>
See https://docs.microsoft.com/en-us/rest/api/iothub/common-error-codes for additional details
Fields
ArgumentInvalid | |
ArgumentNull | |
BadFormat | |
BlobContainerValidationError | |
BulkRegistryOperationFailure | |
CannotRegisterModuleToModule | |
Conflict | |
ConnectionForcefullyClosedOnNewConnection | |
DeserializationError | |
DeviceAlreadyExists | |
DeviceConnectionClosedRemotely | |
DeviceDefinedMultipleTimes | |
DeviceInvalidResultCount | |
DeviceMaximumQueueDepthExceeded | |
DeviceMessageLockLost | |
DeviceNotFound | |
DeviceNotOnline | |
DeviceStorageEntitySerializationError | |
Forbidden | |
ImportWarningExistsError | |
InternalServerError | |
InvalidOperation | |
InvalidProtocolVersion | |
InvalidSchemaVersion | |
InvalidThrottleParameter | |
IotHubFormatError | |
IotHubMaxCbsTokenExceeded | |
IotHubNotFound | |
IotHubQuotaExceeded | |
IotHubSuspended | |
IotHubUnauthorized | |
IotHubUnauthorizedAccess | |
JobCancelled | |
JobNotFound | |
JobQuotaExceeded | |
MessageTooLarge | |
ModuleAlreadyExistsOnDevice | |
ModuleNotFound | |
NotFound | |
PartitionNotFound | |
PreconditionFailed |
Represents status code for 429 and for status code 429001 |
RequestEntityTooLarge | |
ServerError | |
ServiceUnavailable |
Defined for status code 503 and 503001 |
ThrottleBacklogLimitExceeded | |
ThrottlingException |
Represents status code for 429 and 429001 |
TooManyDevices | |
TooManyModulesOnDevice | |
Unauthorized | |
UnclassifiedErrorCode |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
Parse(int errorCode)
public static ErrorCodeDescription Parse(int errorCode)
Get the ErrorCodeDescription tied to the provided errorCode
Parameters
- errorCode
- int
Returns
valueOf(String name)
public static ErrorCodeDescription valueOf(String name)
Parameters
- name
- java.lang.String