public enum CarErrorCode extends Enum<CarErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CarErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarErrorCode FAILEDOPERATION
public static final CarErrorCode FAILEDOPERATION_LOCKTIMEOUT
public static final CarErrorCode FAILEDOPERATION_PROCESSTIMEOUT
public static final CarErrorCode FAILEDOPERATION_SLOWDOWN
public static final CarErrorCode INTERNALERROR
public static final CarErrorCode INVALIDPARAMETER_JSONPARSEERROR
public static final CarErrorCode INVALIDPARAMETERVALUE
public static final CarErrorCode OPERATIONDENIED
public static final CarErrorCode RESOURCENOTFOUND_NOIDLE
public static final CarErrorCode RESOURCENOTFOUND_SESSIONNOTFOUND
public static final CarErrorCode RESOURCEUNAVAILABLE_ACCESSFAILED
public static final CarErrorCode RESOURCEUNAVAILABLE_INITIALIZATION
public static final CarErrorCode UNSUPPORTEDOPERATION_STOPPING
public static CarErrorCode[] values()
for (CarErrorCode c : CarErrorCode.values()) System.out.println(c);
public static CarErrorCode 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 © 2022. All rights reserved.