public enum MvjErrorCode extends Enum<MvjErrorCode>
| Enum Constant and Description |
|---|
INTERNALERROR |
INTERNALERROR_ERRTIMEOUT |
INVALIDPARAMETERVALUE_ACCOUNTNOTFOUND |
INVALIDPARAMETERVALUE_INVALIDIP |
INVALIDPARAMETERVALUE_INVALIDMOBILENUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static MvjErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MvjErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MvjErrorCode INTERNALERROR
public static final MvjErrorCode INTERNALERROR_ERRTIMEOUT
public static final MvjErrorCode INVALIDPARAMETERVALUE_ACCOUNTNOTFOUND
public static final MvjErrorCode INVALIDPARAMETERVALUE_INVALIDIP
public static final MvjErrorCode INVALIDPARAMETERVALUE_INVALIDMOBILENUMBER
public static MvjErrorCode[] values()
for (MvjErrorCode c : MvjErrorCode.values()) System.out.println(c);
public static MvjErrorCode 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 © 2024. All rights reserved.