MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / constructor

Method constructor

node/src/errors.ts:19–27  ·  view source on GitHub ↗
(message: string, status?: number, code?: string, body?: unknown)

Source from the content-addressed store, hash-verified

17}
18
19export class AuthError extends CmdopError {}
20export class PermissionError extends CmdopError {}
21export class NotFoundError extends CmdopError {}
22export class ConflictError extends CmdopError {}
23export class ValidationError extends CmdopError {}
24export class RateLimitError extends CmdopError {}
25export class ServerError extends CmdopError {}
26export class ConnectionError extends CmdopError {}
27export class TimeoutError extends ConnectionError {}
28export class UnavailableError extends CmdopError {}
29export class UnsupportedError extends CmdopError {}
30export class ProtocolError extends CmdopError {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected