public enum IotvideoindustryErrorCode extends Enum<IotvideoindustryErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static IotvideoindustryErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IotvideoindustryErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
- 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.