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
java.lang.Enum.<T>valueOf
java.lang.Enum.clone
java.lang.Enum.compareTo
java.lang.Enum.describeConstable
java.lang.Enum.equals
java.lang.Enum.finalize
java.lang.Enum.getDeclaringClass
java.lang.Enum.hashCode
java.lang.Enum.name
java.lang.Enum.ordinal
java.lang.Enum.toString
Methods inherited from java.lang.Object
java.lang.Object.getClass
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Methods
Parse(int errorCode)
public static ErrorCodeDescription Parse(int errorCode)
Get the ErrorCodeDescription tied to the provided errorCode
Parameters
- errorCode
- int
Returns
the corresponding ErrorCodeDescription
valueOf(String name)
public static ErrorCodeDescription valueOf(String name)
Parameters
- name
- java.lang.String
Returns
values()
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java