Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Web3Auth/Auth
/ toString
Method
toString
src/jrpc/serializableError.ts:23–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
toString(): string {
24
return
stringify({
25
code: this.code,
26
message: this.message,
27
data: this.data,
28
stack: this.stack,
29
});
30
}
31
}
Callers
nothing calls this directly
Calls
1
stringify
Function · 0.85
Tested by
no test coverage detected