public enum TbpErrorCode extends Enum<TbpErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TbpErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TbpErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TbpErrorCode INTERNALERROR
public static final TbpErrorCode INTERNALERROR_CALLMMSFAILED
public static final TbpErrorCode INTERNALERROR_ERRORASR
public static final TbpErrorCode INTERNALERROR_ERRORMMS
public static final TbpErrorCode INTERNALERROR_ERRORNLU
public static final TbpErrorCode INTERNALERROR_ERRORRPC
public static final TbpErrorCode INTERNALERROR_ERRORTTS
public static final TbpErrorCode INTERNALERROR_ERRORWEBHOOK
public static final TbpErrorCode INTERNALERROR_MMSINTERNALERROR
public static final TbpErrorCode INTERNALERROR_NOAPPPRIVILEGE
public static final TbpErrorCode INVALIDPARAMETER
public static TbpErrorCode[] values()
for (TbpErrorCode c : TbpErrorCode.values()) System.out.println(c);
public static TbpErrorCode 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 © 2021. All rights reserved.