public class ResultCode extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static ExceptionCode |
API_DOUBLE_CALL
api接口调用失败
|
static ExceptionCode |
DATA_NONEXISTENCE
数据不存在
|
static ExceptionCode |
DATA_REPEAT
数据重复
|
static ExceptionCode |
DYNAMIC_DATASOURCE_SELECT
动态数据源切换错误
|
static ExceptionCode |
ERROR
404
|
static ExceptionCode |
FAIL
失败
|
static ExceptionCode |
FILE_NO_EXIST
文件不存在
|
static ExceptionCode |
SUCCESS
成功
|
static ExceptionCode |
SYS_ERROR
系统异常
|
static ExceptionCode |
SYS_THROTTLING
系统限流
|
| 构造器和说明 |
|---|
ResultCode() |
public static final ExceptionCode SUCCESS
public static final ExceptionCode FAIL
public static final ExceptionCode ERROR
public static final ExceptionCode SYS_ERROR
public static final ExceptionCode SYS_THROTTLING
public static final ExceptionCode DATA_REPEAT
public static final ExceptionCode DATA_NONEXISTENCE
public static final ExceptionCode FILE_NO_EXIST
public static final ExceptionCode API_DOUBLE_CALL
public static final ExceptionCode DYNAMIC_DATASOURCE_SELECT
Copyright © 2024 tan. All rights reserved.