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