Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleDuplicateKeyException
Method · 0.95
handleBadCredentialsException
Method · 0.95
handleHttpRequestMethodNotSupportedException
Method · 0.95
handleIllegalArgumentException
Method · 0.95
handleException
Method · 0.95
restart
Method · 0.80
send
Method · 0.80
start
Method · 0.80
executeInternal
Method · 0.80
aroundAdvice
Method · 0.80
handlerRestore
Method · 0.80
extractedDb
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected