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_ACCOUNTISOLATED
public static final IotcloudErrorCode FAILEDOPERATION_ALREADYDISTRIBUTIONDEVICE
public static final IotcloudErrorCode FAILEDOPERATION_TIDWHITELISTNOTOPEN
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_CACERTINVALID
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_CACERTNOTMATCH
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_DEFINEDPSKNOTBASE64
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_DEVICEALREADYEXIST
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_PRODUCTALREADYEXIST
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_PRODUCTTYPENOTSUPPORT
public static final IotcloudErrorCode INVALIDPARAMETERVALUE_TIDPRODUCTALREADYEXIST
public static final IotcloudErrorCode LIMITEXCEEDED_CAALREADYBINDPRODUCT
public static final IotcloudErrorCode LIMITEXCEEDED_CACERTNAMEREPEAT
public static final IotcloudErrorCode LIMITEXCEEDED_CAREPEAT
public static final IotcloudErrorCode LIMITEXCEEDED_DEVICEEXCEEDLIMIT
public static final IotcloudErrorCode LIMITEXCEEDED_PRODUCTEXCEEDLIMIT
public static final IotcloudErrorCode RESOURCENOTFOUND_CACERTNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_DEVICENOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_DEVICESHADOWNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_PRODUCTNOTEXIST
public static final IotcloudErrorCode RESOURCENOTFOUND_THINGMODELNOTEXIST
public static final IotcloudErrorCode UNAUTHORIZEDOPERATION_DELETETIDFAIL
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_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_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 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 © 2022. All rights reserved.