| Package | Description |
|---|---|
| org.aoju.bus.base.consts | |
| org.aoju.bus.base.spring |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
ErrorCode.of(String errcode) |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ErrorCode.of(ErrorCode errcode) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
Controller.write(ErrorCode respCode) |
static Object |
Controller.write(ErrorCode respCode,
Object data) |
static Object |
Controller.write(ErrorCode respCode,
String message) |
Copyright © 2019. All rights reserved.