public enum IoaErrorCode extends Enum<IoaErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static IoaErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static IoaErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final IoaErrorCode FAILEDOPERATION_QUERYDATA
public static final IoaErrorCode FAILEDOPERATION_RPCSERVICECALLFAILED
public static final IoaErrorCode INTERNALERROR
public static final IoaErrorCode INTERNALERROR_DATABASEEXCEPTION
public static final IoaErrorCode INTERNALERROR_DATABASEQUERYFAILED
public static final IoaErrorCode INTERNALERROR_UNKNOWN
public static final IoaErrorCode INVALIDPARAMETER_AUTORULEPARAMETERERROR
public static final IoaErrorCode INVALIDPARAMETER_DATABASEEXCEPTION
public static final IoaErrorCode INVALIDPARAMETER_DUPLICATEDEVICEVIRTUALGROUPNAME
public static final IoaErrorCode INVALIDPARAMETER_DUPLICATEIDINBLACKWHITELIST
public static final IoaErrorCode INVALIDPARAMETER_IDENTICALNAME
public static final IoaErrorCode INVALIDPARAMETER_INVALIDPARAMETER
public static final IoaErrorCode INVALIDPARAMETER_REQUESTPARAM
public static final IoaErrorCode INVALIDPARAMETERVALUE_VIRTUALDEVICEGROUPNOTFOUND
public static final IoaErrorCode MISSINGPARAMETER_COMMONPARAM
public static final IoaErrorCode REQUESTLIMITEXCEEDED_DEVICEDOWNLOADTASK
public static final IoaErrorCode REQUESTLIMITEXCEEDED_WAITFORTHELASTOPERATIONTOCOMPLETE
public static final IoaErrorCode RESOURCENOTFOUND_NOTFOUND
public static final IoaErrorCode UNAUTHORIZEDOPERATION_NORESOURCEPERMISSIONS
public static final IoaErrorCode UNAUTHORIZEDOPERATION_PERMISSIONDENIED
public static IoaErrorCode[] values()
for (IoaErrorCode c : IoaErrorCode.values()) System.out.println(c);
public static IoaErrorCode 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 © 2025. All rights reserved.