public enum TbaasErrorCode extends Enum<TbaasErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TbaasErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TbaasErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TbaasErrorCode FAILEDOPERATION_FABRICBLOCKNOEXIST
public static final TbaasErrorCode FAILEDOPERATION_FABRICCHAINCODEINVOKEFAILED
public static final TbaasErrorCode FAILEDOPERATION_FABRICCHAINCODENOEXIST
public static final TbaasErrorCode FAILEDOPERATION_FABRICCHAINCODEQUERYFAILED
public static final TbaasErrorCode FAILEDOPERATION_FABRICTRANSACTIONNOEXIST
public static final TbaasErrorCode FAILEDOPERATION_INVALIDAUTH
public static final TbaasErrorCode INTERNALERROR_SERVERERROR
public static TbaasErrorCode[] values()
for (TbaasErrorCode c : TbaasErrorCode.values()) System.out.println(c);
public static TbaasErrorCode 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.