static Result<?> |
R.attack() |
非法访问-402
|
static <T> Result<T> |
R.attack(T data) |
非法访问-402
|
static Result<?> |
ResultInfo.attack() |
已过时。
非法访问-402
|
static <T> Result<T> |
ResultInfo.attack(T data) |
已过时。
非法访问-402
|
static Result<?> |
R.clientFallback() |
哎哟喂!
|
static <T> Result<T> |
R.clientFallback(T data) |
哎哟喂!
|
static Result<?> |
ResultInfo.clientFallback() |
已过时。
哎哟喂!
|
static Result<?> |
R.clientFallbackError() |
哎哟喂!
|
static <T> Result<T> |
R.clientFallbackError(T data) |
哎哟喂!
|
static Result<?> |
ResultInfo.clientFallbackError() |
已过时。
哎哟喂!
|
static Result<?> |
R.dataStructure() |
数据结构异常-505
|
static Result<?> |
R.dataStructure(int expected,
int actual) |
数据结构异常-505
|
static Result<?> |
ResultInfo.dataStructure() |
已过时。
数据结构异常-505
|
static Result<?> |
ResultInfo.dataStructure(int expected,
int actual) |
已过时。
数据结构异常-505
|
static Result<?> |
R.dbError() |
数据结构异常,请检查相应数据结构一致性-506
|
static <T> Result<T> |
R.dbError(T data) |
数据结构异常,请检查相应数据结构一致性-506
|
static Result<?> |
ResultInfo.dbError() |
已过时。
数据结构异常,请检查相应数据结构一致性-506
|
static Result<String> |
ResultInfo.dbError(String data) |
已过时。
数据结构异常,请检查相应数据结构一致性-506
|
static Result<?> |
ResultInfo.devCustomTypePrompt(String msg) |
已过时。
开发者自定义类型提示-600
|
static <T> Result<?> |
ResultInfo.devCustomTypePrompt(String msg,
T data) |
已过时。
开发者自定义类型提示-600
|
static Result<?> |
ResultInfo.error() |
已过时。
请求错误-501
|
static <T> Result<T> |
ResultInfo.error(T data) |
已过时。
请求错误-501
|
static Result<?> |
R.errorPrompt(String msg) |
错误提示-600
|
static <T> Result<T> |
R.errorPrompt(String msg,
T data) |
错误提示-600
|
static Result<?> |
R.errorPromptFormat(String msg,
Object... values) |
错误提示-600
|
static Result<?> |
R.fileEmpty() |
文件上传请求错误,获得文件信息为空,同时文件必须有明确的匹配类型(如文本类型:.txt)-310
|
static Result<?> |
ResultInfo.fileEmpty() |
已过时。
文件上传请求错误,获得文件信息为空,同时文件必须有明确的匹配类型(如文本类型:.txt)-301
|
static Result<?> |
R.forbidden() |
无权限-403
|
static Result<?> |
ResultInfo.forbidden() |
已过时。
无权限-403
|
static Result<?> |
R.getResult(Throwable e) |
|
static Result<?> |
R.gone() |
API接口版本弃用-410
|
static Result<?> |
ResultInfo.gone() |
已过时。
API接口版本弃用-410
|
static Result<?> |
R.internalServerError() |
服务器内部错误-500
|
static <T> Result<T> |
R.internalServerError(T data) |
服务器内部错误-500
|
static Result<?> |
ResultInfo.internalServerError() |
已过时。
服务器内部错误-500
|
static <T> Result<T> |
ResultInfo.internalServerError(T data) |
已过时。
服务器内部错误-500
|
static Result<?> |
R.loggedIn() |
会话未注销,无需登录-210
|
static Result<?> |
ResultInfo.loggedIn() |
已过时。
会话未注销,无需登录-210
|
static <T> Result<T> |
R.methodNotAllowed(T data) |
方法不允许(Method Not Allowed)-405
|
static Result<?> |
R.movedPermanently() |
Moved Permanently-301
|
static Result<?> |
R.notFound() |
Not Found-404
|
static Result<?> |
R.paramCheckNotPass() |
参数校验未通过,请参照API核对后重试-433
|
static <T> Result<T> |
R.paramCheckNotPass(T data) |
参数校验未通过,请参照API核对后重试-433
|
static Result<?> |
ResultInfo.paramCheckNotPass() |
已过时。
参数校验未通过,请参照API核对后重试-433
|
static Result<String> |
ResultInfo.paramCheckNotPass(String data) |
已过时。
参数校验未通过,请参照API核对后重试-433
|
static Result<?> |
R.paramDecryptError() |
参数解密错误-435
|
static Result<?> |
ResultInfo.paramDecryptError() |
已过时。
参数解密错误-435
|
static Result<?> |
R.paramValueInvalid() |
参数校验未通过,无效的value-434
|
static <T> Result<T> |
R.paramValueInvalid(T data) |
参数校验未通过,无效的value-434
|
static Result<?> |
ResultInfo.paramValueInvalid() |
已过时。
参数校验未通过,无效的value-434
|
static Result<String> |
ResultInfo.paramValueInvalid(String data) |
已过时。
参数校验未通过,无效的value-434
|
static Result<?> |
R.paramVoid() |
参数为空-432
|
static Result<?> |
ResultInfo.paramVoid() |
已过时。
参数为空-432
|
static Result<?> |
R.requestError() |
请求错误-501
|
static <T> Result<T> |
R.requestError(T data) |
请求错误-501
|
static Result<?> |
R.resourceAlreadyInvalid() |
资源已失效-300
|
static Result<?> |
ResultInfo.resourceAlreadyInvalid() |
已过时。
资源已失效-300
|
static Result<?> |
R.serviceUnavailable() |
服务不可用-503
|
static Result<?> |
R.serviceUnavailable(LocalDateTime restoreTime) |
服务不可用(停机维护)-503
|
static <T> Result<T> |
R.serviceUnavailable(T data) |
服务不可用-503
|
static Result<?> |
R.success() |
成功后调用,返回的data为null
|
static <T> Result<T> |
R.success(Integer code,
Long count,
T data) |
成功后调用,分页查询
|
static <T> Result<T> |
R.success(Long count,
T data) |
成功后调用,分页查询
|
static <T> Result<T> |
R.success(T data) |
成功后调用,返回的data为一个对象
|
static Result<?> |
ResultInfo.success() |
已过时。
成功后调用,返回的data为null
|
static <T> Result<T> |
ResultInfo.success(Integer code,
Long count,
T data) |
已过时。
成功后调用,分页查询
|
static <T> Result<T> |
ResultInfo.success(Long count,
T data) |
已过时。
成功后调用,分页查询
|
static <T> Result<T> |
ResultInfo.success(T data) |
已过时。
成功后调用,返回的data为一个对象
|
static Result<?> |
R.tooManyRequests() |
频繁请求限流-429
|
static Result<?> |
ResultInfo.tooManyRequests() |
已过时。
频繁请求限流-429
|
static <T> Result<T> |
R.typeConvertError(T data) |
类型转换错误-509
|
static Result<String> |
ResultInfo.typeConvertError(String data) |
已过时。
类型转换错误-509
|
static Result<?> |
R.unauthorized() |
未登录或登录已失效-401
|
static Result<?> |
ResultInfo.unauthorized() |
已过时。
未登录或登录已失效-401
|