public enum TdrError extends Enum<TdrError>
| Modifier and Type | Method and Description |
|---|---|
static String |
getErrorString(TdrError errorCode) |
static TdrError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdrError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdrError TDR_NO_ERROR
public static final TdrError TDR_ERR_SHORT_BUF_FOR_WRITE
public static final TdrError TDR_ERR_SHORT_BUF_FOR_READ
public static final TdrError TDR_ERR_STR_LEN_TOO_BIG
public static final TdrError TDR_ERR_STR_LEN_TOO_SMALL
public static final TdrError TDR_ERR_STR_LEN_CONFLICT
public static final TdrError TDR_ERR_MINUS_REFER_VALUE
public static final TdrError TDR_ERR_REFER_SURPASS_COUNT
public static final TdrError TDR_ERR_ARG_IS_NULL
public static final TdrError TDR_ERR_CUTVER_TOO_SMALL
public static final TdrError TDR_ERR_CUTVER_CONFILICT
public static final TdrError TDR_ERR_PARSE_TDRIP_FAILED
public static final TdrError TDR_ERR_INVALID_TDRIP_VALUE
public static final TdrError TDR_ERR_INVALID_TDRTIME_VALUE
public static final TdrError TDR_ERR_INVALID_TDRDATE_VALUE
public static final TdrError TDR_ERR_INVALID_TDRDATETIME_VALUE
public static final TdrError TDR_ERR_FUNC_LOCALTIME_FAILED
public static final TdrError TDR_ERR_INVALID_HEX_STR_LEN
public static final TdrError TDR_ERR_INVALID_HEX_STR_FORMAT
public static final TdrError TDR_ERR_INVALID_BUFFER_PARAMETER
public static final TdrError TDR_ERR_NET_CUTVER_INVALID
public static final TdrError TDR_ERR_ACCESS_VILOATION_EXCEPTION
public static final TdrError TDR_ERR_ARGUMENT_NULL_EXCEPTION
public static final TdrError TDR_ERR_USE_HAVE_NOT_INIT_VARIABLE_ARRAY
public static final TdrError TDR_ERR_INVALID_FORMAT
public static final TdrError TDR_ERR_HAVE_NOT_SET_SIZEINFO
public static final TdrError TDR_ERR_VAR_STRING_LENGTH_CONFILICT
public static final TdrError TDR_ERR_VAR_ARRAY_CONFLICT
public static TdrError[] values()
for (TdrError c : TdrError.values()) System.out.println(c);
public static TdrError 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 nullCopyright © 2026. All rights reserved.