public enum IotcloudErrorCode extends Enum<IotcloudErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static IotcloudErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IotcloudErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IotcloudErrorCode FAILEDOPERATION
public static final IotcloudErrorCode FAILEDOPERATION_ASYNCTASKALREADYSTARTED
public static final IotcloudErrorCode FAILEDOPERATION_BINDDEVICEOVERLIMIT
public static final IotcloudErrorCode FAILEDOPERATION_BROADCASTTASKISRUNNING
public static final IotcloudErrorCode FAILEDOPERATION_DEVICEALREADYDISABLED
public static final IotcloudErrorCode FAILEDOPERATION_DEVICEFIRMWARETASKALREADDONE
public static final IotcloudErrorCode FAILEDOPERATION_DEVICEISUPDATING
public static final IotcloudErrorCode FAILEDOPERATION_DEVICENOSUBSCRIPTION
public static final IotcloudErrorCode FAILEDOPERATION_DEVICEOFFLINE
public static final IotcloudErrorCode FAILEDOPERATION_DEVICERUNNINGOTHEROTATASK
public static final IotcloudErrorCode FAILEDOPERATION_DUPLICATIONOFFUNCTIONITEM
public static final IotcloudErrorCode FAILEDOPERATION_FUNCTIONFILENOTEXIST
public static final IotcloudErrorCode FAILEDOPERATION_INVALIDMSGLEN
public static final IotcloudErrorCode FAILEDOPERATION_INVALIDTOPICNAME
public static final IotcloudErrorCode FAILEDOPERATION_PRODUCTNOTBIND
public static final IotcloudErrorCode FAILEDOPERATION_PRODUCTRESOURCEDUPLICATE
public static final IotcloudErrorCode FAILEDOPERATION_PROXYIPISNOTENOUGH
public static final IotcloudErrorCode FAILEDOPERATION_RRPCTIMEOUT
public static final IotcloudErrorCode FAILEDOPERATION_RULEALREADYDISABLED
public static final IotcloudErrorCode FAILEDOPERATION_RULEALREADYENABLED
public static final IotcloudErrorCode FAILEDOPERATION_TASKIDNOTMATCH
public static final IotcloudErrorCode FAILEDOPERATION_TIDWHITELISTNOTOPEN
public static final IotcloudErrorCode FAILEDOPERATION_UPDATEVERSIONNOTMATCH
public static final IotcloudErrorCode INTERNALERROR
public static final IotcloudErrorCode INTERNALERROR_DBOPERATIONERROR
public static final IotcloudErrorCode INVALIDPARAMETER
public static final IotcloudErrorCode INVALIDPARAMETERVALUE
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_ACTIONNIL
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_CHECKFORWARDURLFAIL
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_CLOUDCOMPONENTALREADYEXIST
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_DEFINEDPSKNOTBASE64
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_DEVICEALREADYEXIST
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_DEVICEISNOTGATEWAY
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_DEVICENOTEXIST
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_FAILACTIONHASSAMEDEVICE
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_FIRMWAREALREADYEXIST
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_INVALIDJSON
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_INVALIDSQL
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_JSONHASINVALIDNODE
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_JSONSIZEEXCEEDLIMIT
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_NOTMERGEABLE
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_OPERATIONDENIED
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_PARAMINCOMPLETE
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_PAYLOADOVERLIMIT
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_PREFIXINVALID
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_PRODUCTALREADYEXIST
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_PRODUCTISNOTGATEWAY
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_PRODUCTTYPENOTSUPPORT
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_QUERYDEVICEFAIL
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_QUERYLORADEVICEFAIL
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_QUERYNOTLORADEVICEFAIL
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_REGISTERLORAINFOERROR
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_REPUBLISHTOPICFORMATERROR
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_RULENUMBERBEYONDLIMIT
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_TASKIDNOTMATCH
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_TIDPRODUCTALREADYEXIST
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_TOPICPOLICYALREADYEXIST
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_TOPICRULEALREADYEXIST
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_TOPICRULESQLNOTEDITED
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_UPDATETOPICRULEDBFAIL
public static final IotcloudErrorCode LIMITEXCEEDED_DEVICEEXCEEDLIMIT
public static final IotcloudErrorCode LIMITEXCEEDED_FIRMWAREEXCEEDLIMIT
public static final IotcloudErrorCode LIMITEXCEEDED_MESSAGESAVED
public static final IotcloudErrorCode LIMITEXCEEDED_OFFLINEMESSAGEEXCEEDLIMIT
public static final IotcloudErrorCode LIMITEXCEEDED_PENGINGORPROCESSINGTASKSEXCEEDLIMIT
public static final IotcloudErrorCode LIMITEXCEEDED_PRODUCTEXCEEDLIMIT
public static final IotcloudErrorCode LIMITEXCEEDED_TOPICPOLICYEXCEEDLIMIT
public static final IotcloudErrorCode RESOURCENOTFOUND_CREATEMULTIDEVICETASKNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_DEVICEFIRMWARETASKNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_DEVICEHASNOFIRMWARE
public static final IotcloudErrorCode RESOURCENOTFOUND_DEVICENOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_DEVICERESOURCENOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_DEVICESHADOWNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_FIRMWARENOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_FIRMWARETASKNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_PRODUCTNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_PRODUCTORDEVICENOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_PRODUCTRESOURCENOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_RESOURCEFILENOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_TASKNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_THINGMODELNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_TOPICPOLICYNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_TOPICRULENOTEXIST
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_CREATEMULTIDEVICETASKNOTFINISHED
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_DEVICEHASALREADYBINDGATEWAY
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_DEVICEISNOTENABLED
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_DEVICESEXISTUNDERPRODUCT
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_GATEWAYHASBINDEDDEVICES
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_PERMISSIONDENIED
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_PRODUCTCANTHAVELORADEVICE
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_PRODUCTCANTHAVENORMALDEVICE
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_PRODUCTCANTHAVENOTLORADEVICE
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_PRODUCTISFORBIDDEN
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_PRODUCTNOTSUPPORTPSK
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_USERNOTAUTHENTICAED
public static final IotcloudErrorCode UNSUPPORTEDOPERATION_CLIENTCERTALREADYGOT
public static final IotcloudErrorCode UNSUPPORTEDOPERATION_DEVICEOTATASKINPROGRESS
public static final IotcloudErrorCode UNSUPPORTEDOPERATION_GATEWAYPRODUCTHASBINDEDPRODUCT
public static final IotcloudErrorCode UNSUPPORTEDOPERATION_PRODUCTHASBINDGATEWAY
public static final IotcloudErrorCode UNSUPPORTEDOPERATION_PRODUCTHASBINDEDGATEWAYPRODUCT
public static final IotcloudErrorCode UNSUPPORTEDOPERATION_SUITETOKENNOCREATE
public static final IotcloudErrorCode UNSUPPORTEDOPERATION_WRONGPRODUCTAUTHTYPE
public static IotcloudErrorCode[] values()
for (IotcloudErrorCode c : IotcloudErrorCode.values()) System.out.println(c);
public static IotcloudErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
Copyright © 2024. All rights reserved.