Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LisenCoding/cangku
/ error
Method
error
boot/src/main/java/com/utils/R.java:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
public
static
R error() {
17
return
error(500,
"未知异常,请联系管理员"
);
18
}
19
20
public
static
R error(String msg) {
21
return
error(500, msg);
Callers
15
page
Method · 0.95
info
Method · 0.95
save
Method · 0.95
detail
Method · 0.95
add
Method · 0.95
login
Method · 0.95
register
Method · 0.95
updatePassword
Method · 0.95
resetPass
Method · 0.95
save
Method · 0.95
delete
Method · 0.95
page
Method · 0.95
Calls
1
put
Method · 0.95
Tested by
no test coverage detected