Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zws-im/zws
/ toString
Method
toString
src/server/errors.ts:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
toString() {
11
return
`${this.name} [${this.code}]: ${this.message}` as
const
;
12
}
13
}
14
15
/** When a user attempted to access a shortened URL that couldn't be found. */
Callers
3
logConfig
Function · 0.80
encode
Function · 0.80
getRoute
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected