| 程序包 | 说明 |
|---|---|
| cn.jque.common.enums |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CustomErrorCode |
| 限定符和类型 | 方法和说明 |
|---|---|
static ErrorCode |
ErrorCode.format(BaseErrorCode errorCode,
Object... params) |
static ErrorCode |
ErrorCode.of(BaseErrorCode errorCode) |
static ErrorCode |
ErrorCode.of(int appCode,
int moduleCode,
int code,
String name) |
static ErrorCode |
ErrorCode.of(int moduleCode,
int code,
String name) |
static ErrorCode |
ErrorCode.of(int code,
String name) |
static ErrorCode |
ErrorCode.of(String name,
int... codeParts) |
Copyright © 2022. All rights reserved.