public enum TrdpErrorCode extends Enum<TrdpErrorCode>
Enum Constant and Description |
---|
FAILEDOPERATION_DEVICEFINGERPRINTNOTFOUND |
FAILEDOPERATION_UNKNOWNMODELID |
INTERNALERROR_UNKNOWNERROR |
INVALIDPARAMETER_PARAMETERILLEGAL |
UNAUTHORIZEDOPERATION_TENANTNOTACTIVATED |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TrdpErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrdpErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrdpErrorCode FAILEDOPERATION_DEVICEFINGERPRINTNOTFOUND
public static final TrdpErrorCode FAILEDOPERATION_UNKNOWNMODELID
public static final TrdpErrorCode INTERNALERROR_UNKNOWNERROR
public static final TrdpErrorCode INVALIDPARAMETER_PARAMETERILLEGAL
public static final TrdpErrorCode UNAUTHORIZEDOPERATION_TENANTNOTACTIVATED
public static TrdpErrorCode[] values()
for (TrdpErrorCode c : TrdpErrorCode.values()) System.out.println(c);
public static TrdpErrorCode 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.