Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L1yp/van-app
/ ErrorInfo
Method
ErrorInfo
src/main/java/com/l1yp/model/common/ErrorInfo.java:14–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
private
Object data;
13
14
public
ErrorInfo() {
15
}
16
17
public
ErrorInfo(
int
code, String message) {
18
this.code = code;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected