MCPcopy Create free account
hub / github.com/cool-team-official/cool-admin-java / error

Method error

src/main/java/com/cool/core/request/R.java:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public static R error() {
37 return error(1001, "请求方式不正确或服务出现异常");
38 }
39
40 public static R error(String msg) {
41 return error(1001, msg);

Callers 15

handleExceptionMethod · 0.95
restartMethod · 0.80
sendMethod · 0.80
startMethod · 0.80
executeInternalMethod · 0.80
aroundAdviceMethod · 0.80
handlerRestoreMethod · 0.80
extractedDbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected