| Package | Description |
|---|---|
| cn.cliveyuan.robin.base.common |
| Modifier and Type | Method and Description |
|---|---|
static ApiErrorCode |
ApiErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiErrorCode[] |
ApiErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> WebApiResponse<T> |
WebApiResponse.fail(ApiErrorCode apiErrorCode) |
static <T> WebApiResponse<T> |
WebApiResponse.fail(ApiErrorCode apiErrorCode,
T data) |
Copyright © 2021. All rights reserved.