MCPcopy Create free account
hub / github.com/agentrpc/agentrpc / PollTimeoutError

Class PollTimeoutError

sdk-node/src/errors.ts:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14export class PollTimeoutError extends AgentRPCError {
15 constructor(message: string, meta?: { [key: string]: unknown }) {
16 super(message, meta);
17 this.name = "PollTimeoutError";
18 }
19}
20
21export class AgentRPCAPIError extends Error {
22 constructor(message: string, response: unknown) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected