public enum BtoeErrorCode extends Enum<BtoeErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static BtoeErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BtoeErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BtoeErrorCode AUTHFAILURE
public static final BtoeErrorCode FAILEDOPERATION
public static final BtoeErrorCode FAILEDOPERATION_ARREARSERROR
public static final BtoeErrorCode FAILEDOPERATION_COUNTLIMITERROR
public static final BtoeErrorCode FAILEDOPERATION_DATAINFOTOOLONG
public static final BtoeErrorCode FAILEDOPERATION_DOWNLOADERROR
public static final BtoeErrorCode FAILEDOPERATION_FILEENCODINDFORMATERROR
public static final BtoeErrorCode FAILEDOPERATION_FILEREADFAILED
public static final BtoeErrorCode FAILEDOPERATION_HASHNOMATCH
public static final BtoeErrorCode FAILEDOPERATION_ONCHAINFAILURE
public static final BtoeErrorCode FAILEDOPERATION_QUERYNORECORD
public static final BtoeErrorCode FAILEDOPERATION_SENSITIVEDATA
public static final BtoeErrorCode FAILEDOPERATION_UNKNOWERROR
public static final BtoeErrorCode INTERNALERROR
public static final BtoeErrorCode INVALIDPARAMETER
public static final BtoeErrorCode INVALIDPARAMETER_ACCOUNTINFOINVALID
public static final BtoeErrorCode INVALIDPARAMETER_INVALIDFILESUFFIX
public static final BtoeErrorCode INVALIDPARAMETER_INVALIDPARAMETERVALUE
public static final BtoeErrorCode INVALIDPARAMETER_INVALIDURL
public static final BtoeErrorCode INVALIDPARAMETERVALUE
public static final BtoeErrorCode INVALIDPARAMETERVALUE_DATAINFOTOOLONG
public static final BtoeErrorCode INVALIDPARAMETERVALUE_HASHNOMATCH
public static final BtoeErrorCode INVALIDPARAMETERVALUE_INVALIDFILESUFFIX
public static final BtoeErrorCode INVALIDPARAMETERVALUE_INVALIDURL
public static final BtoeErrorCode INVALIDPARAMETERVALUE_TOOLARGEFILEERROR
public static final BtoeErrorCode LIMITEXCEEDED_TOOLARGEFILEERROR
public static final BtoeErrorCode RESOURCEINSUFFICIENT_LOWBALANCE
public static final BtoeErrorCode RESOURCENOTFOUND_DOWNLOADERROR
public static final BtoeErrorCode RESOURCEUNAVAILABLE_RESOURCENOTOPENED
public static BtoeErrorCode[] values()
for (BtoeErrorCode c : BtoeErrorCode.values()) System.out.println(c);
public static BtoeErrorCode 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.