Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentrpc/agentrpc
/
Class
sdk-node/src/errors.ts:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
export
class
AgentRPCAPIError extends Error {
22
constructor(message: string, response: unknown) {
23
let
msg = message;
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected