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

Class

node/src/errors.ts:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49const TYPES: Record<string, typeof CmdopError> = {
50 invalid_argument: ValidationError,
51 unauthenticated: AuthError,
52 permission_denied: PermissionError,
53 not_found: NotFoundError,
54 conflict: ConflictError,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected