public final class ErrorCode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BEAN_EXCEPTION
对象处理异常
|
static int |
DATA_CONVERT_ERROR
数据转换异常
|
static int |
DATA_ERROR
非法的数据
|
static int |
DATA_NULL
期待的数据为空
|
static int |
PARAM_FORMAT_ERROR
输入参数格式错误
|
static int |
PARAM_NULL
输入参数为null
|
static int |
PARSE_ERROR
数据解析异常
|
Constructor and Description |
---|
ErrorCode() |
public static final int PARAM_NULL
public static final int PARAM_FORMAT_ERROR
public static final int DATA_NULL
public static final int DATA_ERROR
public static final int DATA_CONVERT_ERROR
public static final int PARSE_ERROR
public static final int BEAN_EXCEPTION
Copyright © 2021. All rights reserved.