public enum WeilingwithErrorCode extends Enum<WeilingwithErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static WeilingwithErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeilingwithErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeilingwithErrorCode AUTHFAILURE_APIAUTHORIZATIONNOTFOUND
public static final WeilingwithErrorCode AUTHFAILURE_TOKENEXPIRED
public static final WeilingwithErrorCode AUTHFAILURE_TOKENNOTFOUND
public static final WeilingwithErrorCode FAILEDOPERATION_APIRULECONFIGERROR
public static final WeilingwithErrorCode FAILEDOPERATION_DBERROR
public static final WeilingwithErrorCode FAILEDOPERATION_GETTAGSFAILED
public static final WeilingwithErrorCode FAILEDOPERATION_LOCKREDISCACHEFAILED
public static final WeilingwithErrorCode FAILEDOPERATION_MODIFYDEVICEERROR
public static final WeilingwithErrorCode FAILEDOPERATION_REDISOPERATIONFAILED
public static final WeilingwithErrorCode FAILEDOPERATION_SENDMSGERROR
public static final WeilingwithErrorCode FAILEDOPERATION_SENDMSGTOIOTFAILED
public static final WeilingwithErrorCode FAILEDOPERATION_STORAGEINITFAILED
public static final WeilingwithErrorCode FAILEDOPERATION_URLGENERATEFAILED
public static final WeilingwithErrorCode INTERNALERROR
public static final WeilingwithErrorCode INTERNALERROR_APIGATEWAYINTERNALERROR
public static final WeilingwithErrorCode INTERNALERROR_APIREQUESTPATHPARAMETERERROR
public static final WeilingwithErrorCode INTERNALERROR_APPAPINOSPACEPERMISSION
public static final WeilingwithErrorCode INTERNALERROR_BIMAPPINTERNALERROR
public static final WeilingwithErrorCode INTERNALERROR_BUSINESSLOGICERROR
public static final WeilingwithErrorCode INTERNALERROR_MANAGERSRVFAILED
public static final WeilingwithErrorCode INTERNALERROR_TIMEOUT
public static final WeilingwithErrorCode INTERNALERROR_UNKNOWNERROR
public static final WeilingwithErrorCode INTERNALERROR_UPDATEPARKINFOFAILED
public static final WeilingwithErrorCode INVALIDPARAMETER
public static final WeilingwithErrorCode INVALIDPARAMETER_DUPLICATEPARKCODE
public static final WeilingwithErrorCode INVALIDPARAMETER_EXCEEDPARKLENGTHLIMIT
public static final WeilingwithErrorCode INVALIDPARAMETER_INVALIDALARMCONTENT
public static final WeilingwithErrorCode INVALIDPARAMETER_INVALIDMEDIADATA
public static final WeilingwithErrorCode INVALIDPARAMETER_INVALIDMETADATA
public static final WeilingwithErrorCode INVALIDPARAMETER_INVALIDREQUESTTIME
public static final WeilingwithErrorCode INVALIDPARAMETER_PARAMNOTMATCH
public static final WeilingwithErrorCode INVALIDPARAMETER_STATUSNOTMATCHPROCESSTYPE
public static final WeilingwithErrorCode INVALIDPARAMETER_TOKENFIELDNOTFOUND
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_EMPTYADMINISTRATIVECODE
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDALARMSTATUS
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDAPPLICATIONID
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDELEMENTIDORPROJECTID
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDGB28181CONFIG
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDNONCE
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDPROTOCOL
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDREQUESTTIME
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDSAVETYPE
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDSIGNATURE
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDSTREAMID
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDTENANTID
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDTIMERANGE
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDVIDEOPLAYRATE
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDWORKSPACEID
public static final WeilingwithErrorCode LIMITEXCEEDED_APILIMITEXCEEDED
public static final WeilingwithErrorCode LIMITEXCEEDED_DEVICELIMITEXCEEDED
public static final WeilingwithErrorCode LIMITEXCEEDED_VIDEOSTREAMTHRESHOLDEXCEEDED
public static final WeilingwithErrorCode LIMITEXCEEDED_VIDEOTRANSCODE
public static final WeilingwithErrorCode MISSINGPARAMETER
public static final WeilingwithErrorCode MISSINGPARAMETER_EMPTYALARMID
public static final WeilingwithErrorCode MISSINGPARAMETER_EMPTYSTREAM
public static final WeilingwithErrorCode MISSINGPARAMETER_EMPTYWID
public static final WeilingwithErrorCode OPERATIONDENIED_APIPERMISSIONDENIED
public static final WeilingwithErrorCode RESOURCENOTFOUND
public static final WeilingwithErrorCode RESOURCENOTFOUND_ALARMIDNOTFOUND
public static final WeilingwithErrorCode RESOURCENOTFOUND_ALARMIDNOTEXIST
public static final WeilingwithErrorCode RESOURCENOTFOUND_CAMERABASEINFONOTEXIST
public static final WeilingwithErrorCode RESOURCENOTFOUND_CAMERAINFONOTEXIST
public static final WeilingwithErrorCode RESOURCENOTFOUND_CAMERASTATUSNOTEXIST
public static final WeilingwithErrorCode RESOURCENOTFOUND_ELEMENTNOTFOUND
public static final WeilingwithErrorCode RESOURCENOTFOUND_EMPTYDEVICELIST
public static final WeilingwithErrorCode RESOURCENOTFOUND_NVRORCVRCONFIGNOTEXIST
public static final WeilingwithErrorCode RESOURCENOTFOUND_SRSHOOKSERVICENODE
public static final WeilingwithErrorCode RESOURCENOTFOUND_SRSNOTEXIST
public static final WeilingwithErrorCode RESOURCENOTFOUND_STREAMNOTEXIST
public static final WeilingwithErrorCode RESOURCENOTFOUND_VIDEOPUSHSERVICENODE
public static final WeilingwithErrorCode RESOURCENOTFOUND_WIDNOTEXIST
public static final WeilingwithErrorCode RESOURCEUNAVAILABLE_DEVICEOFFLINE
public static final WeilingwithErrorCode UNAUTHORIZEDOPERATION_APIAUTHFAILED
public static final WeilingwithErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZEDAPI
public static final WeilingwithErrorCode UNSUPPORTEDOPERATION_NOTSTREAMING
public static final WeilingwithErrorCode UNSUPPORTEDOPERATION_UNSUPPORTEDCMD
public static WeilingwithErrorCode[] values()
for (WeilingwithErrorCode c : WeilingwithErrorCode.values()) System.out.println(c);
public static WeilingwithErrorCode 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.