public enum TbpErrorCode extends Enum<TbpErrorCode>
| Enum Constant and Description | 
|---|
| INTERNALERROR | 
| INTERNALERROR_ERRORMMS | 
| INTERNALERROR_ERRORNLU | 
| INTERNALERROR_ERRORRPC | 
| INTERNALERROR_ERRORWEBHOOK | 
| INTERNALERROR_NOAPPPRIVILEGE | 
| INVALIDPARAMETER | 
| 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_ERRORMMS
public static final TbpErrorCode INTERNALERROR_ERRORNLU
public static final TbpErrorCode INTERNALERROR_ERRORRPC
public static final TbpErrorCode INTERNALERROR_ERRORWEBHOOK
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 © 2025. All rights reserved.