public enum IotvideoindustryErrorCode extends Enum<IotvideoindustryErrorCode>
限定符和类型 | 方法和说明 |
---|---|
String |
getValue() |
static IotvideoindustryErrorCode |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IotvideoindustryErrorCode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final IotvideoindustryErrorCode AUTHFAILURE
public static final IotvideoindustryErrorCode DRYRUNOPERATION
public static final IotvideoindustryErrorCode FAILEDOPERATION
public static final IotvideoindustryErrorCode INTERNALERROR
public static final IotvideoindustryErrorCode INTERNALERROR_DBOPERATIONERROR
public static final IotvideoindustryErrorCode INTERNALERROR_INTERNALSERVEREXCEPTION
public static final IotvideoindustryErrorCode INTERNALERROR_INTERNALSERVEREXCEPTIONDB
public static final IotvideoindustryErrorCode INVALIDPARAMETER
public static final IotvideoindustryErrorCode INVALIDPARAMETER_DEVICEONLINE
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_BALANCENOTENOUGH
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_DEVICEDATAMAPERROR
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_DEVICEID
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_DEVICEINFONOTEXIST
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_DEVICEOFFLINE
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_DEVICEONLINE
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_DEVICETYPENOTSUPPORT
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_DOMAINID
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_EXPIRETIME
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_GROUPDOMAINIDEXTRAINFORMATION
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_GROUPDOMAINIDNOTUPDATE
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_GROUPPARMSERROR
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_RECORDNOTEXIST
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_RECORDPLANBEYONDLIMIT
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_RULELIMIT
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_RULENOTEXIST
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_STREAMID
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_STREAMINFONOTEXIST
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_TEMPLATEBEYONDLIMIT
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_TEMPLATESPECEMPTY
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_TIMESPECNOTSUPPORT
public static final IotvideoindustryErrorCode INVALIDPARAMETERVALUE_TYPENOTSUPPORT
public static final IotvideoindustryErrorCode LIMITEXCEEDED
public static final IotvideoindustryErrorCode MISSINGPARAMETER
public static final IotvideoindustryErrorCode OPERATIONDENIED
public static final IotvideoindustryErrorCode REQUESTLIMITEXCEEDED
public static final IotvideoindustryErrorCode RESOURCEINUSE
public static final IotvideoindustryErrorCode RESOURCEINSUFFICIENT
public static final IotvideoindustryErrorCode RESOURCENOTFOUND
public static final IotvideoindustryErrorCode RESOURCENOTFOUND_DEVICENOTEXIST
public static final IotvideoindustryErrorCode RESOURCENOTFOUND_DEVICESIPPTZERROR
public static final IotvideoindustryErrorCode RESOURCENOTFOUND_GROUPNOTEXIST
public static final IotvideoindustryErrorCode RESOURCENOTFOUND_PLANNOTEXIST
public static final IotvideoindustryErrorCode RESOURCENOTFOUND_RESOURCENOTFOUND
public static final IotvideoindustryErrorCode RESOURCENOTFOUND_STATDATANOTEXIST
public static final IotvideoindustryErrorCode RESOURCENOTFOUND_TEMPLATENOTEXIST
public static final IotvideoindustryErrorCode RESOURCEUNAVAILABLE
public static final IotvideoindustryErrorCode RESOURCEUNAVAILABLE_GBPROTOCOLEXECEXCEPTION
public static final IotvideoindustryErrorCode RESOURCEUNAVAILABLE_STREAMINFOEXCEPTION
public static final IotvideoindustryErrorCode RESOURCESSOLDOUT
public static final IotvideoindustryErrorCode UNAUTHORIZEDOPERATION
public static final IotvideoindustryErrorCode UNAUTHORIZEDOPERATION_GROUPEXIST
public static final IotvideoindustryErrorCode UNKNOWNPARAMETER
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_BINDEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_DEVICEBINDEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_DEVICECANNOTDO
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_DEVICEDUPKEYEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_DEVICEMISSMATCH
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_DEVICENOTFOUND
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_DEVICESIPCOMMANDFAIL
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_DOMAINGROUP
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_GROUPEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_GROUPLAYERISMAX
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_GROUPPARENTIDNOTEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_LIVECHANNELBINDEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_NOPERMISSION
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_PLANEXISTUNDERTEMPLATE
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_RECORDPLANEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_RULEDUPKEYEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_SCENEEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_SUBGROUPISMAX
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_SUBGRPEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_TEMPLATEEXIST
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_TEMPLATEPRESET
public static final IotvideoindustryErrorCode UNSUPPORTEDOPERATION_USERISISOLATE
public static IotvideoindustryErrorCode[] values()
for (IotvideoindustryErrorCode c : IotvideoindustryErrorCode.values()) System.out.println(c);
public static IotvideoindustryErrorCode valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String getValue()
Copyright © 2022. All rights reserved.