public enum IotvideoErrorCode extends Enum<IotvideoErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static IotvideoErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IotvideoErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IotvideoErrorCode AUTHFAILURE
public static final IotvideoErrorCode AUTHFAILURE_SIGNATUREFAILURE
public static final IotvideoErrorCode AUTHFAILURE_TOKENFAILURE
public static final IotvideoErrorCode DRYRUNOPERATION
public static final IotvideoErrorCode FAILEDOPERATION
public static final IotvideoErrorCode FAILEDOPERATION_DEVICEFIRMWARETASKALREADDONE
public static final IotvideoErrorCode FAILEDOPERATION_DEVICEISUPDATING
public static final IotvideoErrorCode FAILEDOPERATION_DEVICERUNNINGOTHEROTATASK
public static final IotvideoErrorCode FAILEDOPERATION_PERMISSIONDENIED
public static final IotvideoErrorCode INTERNALERROR
public static final IotvideoErrorCode INVALIDPARAMETER
public static final IotvideoErrorCode INVALIDPARAMETERVALUE
public static final IotvideoErrorCode INVALIDPARAMETERVALUE_FIRMWAREALREADYEXIST
public static final IotvideoErrorCode INVALIDPARAMETERVALUE_TID
public static final IotvideoErrorCode LIMITEXCEEDED
public static final IotvideoErrorCode MISSINGPARAMETER
public static final IotvideoErrorCode OPERATIONDENIED
public static final IotvideoErrorCode REQUESTLIMITEXCEEDED
public static final IotvideoErrorCode RESOURCEINUSE
public static final IotvideoErrorCode RESOURCEINSUFFICIENT
public static final IotvideoErrorCode RESOURCENOTFOUND
public static final IotvideoErrorCode RESOURCENOTFOUND_DEVICEFIRMWARETASKNOTEXIST
public static final IotvideoErrorCode RESOURCENOTFOUND_DEVICEHASNOFIRMWARE
public static final IotvideoErrorCode RESOURCENOTFOUND_FIRMWARENOTEXIST
public static final IotvideoErrorCode RESOURCENOTFOUND_FIRMWARETASKNOTEXIST
public static final IotvideoErrorCode RESOURCEUNAVAILABLE
public static final IotvideoErrorCode RESOURCESSOLDOUT
public static final IotvideoErrorCode UNAUTHORIZEDOPERATION
public static final IotvideoErrorCode UNKNOWNPARAMETER
public static final IotvideoErrorCode UNSUPPORTEDOPERATION
public static IotvideoErrorCode[] values()
for (IotvideoErrorCode c : IotvideoErrorCode.values()) System.out.println(c);
public static IotvideoErrorCode 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 © 2023. All rights reserved.