Uses of Class
cn.royalcms.component.api.ApiError
-
-
Uses of ApiError in cn.royalcms.component.api
Methods in cn.royalcms.component.api that return ApiError Modifier and Type Method Description ApiError
ApiErrorResponse. getErrors()
Methods in cn.royalcms.component.api with parameters of type ApiError Modifier and Type Method Description static ApiResponse
ApiResponse. error(ApiError error)
static ApiResponse
ApiResponse. failed(ApiError error)
static ApiErrorResponse
ApiErrorResponse. of(ApiError errors)
Constructors in cn.royalcms.component.api with parameters of type ApiError Constructor Description ApiErrorResponse(ApiError errors)
-