MCPcopy Create free account
hub / github.com/garrytan/gstack / BrowseClientError

Class BrowseClientError

browse/src/browse-client.ts:115–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115export class BrowseClientError extends Error {
116 constructor(
117 message: string,
118 public readonly status?: number,
119 public readonly body?: string,
120 ) {
121 super(message);
122 this.name = 'BrowseClientError';
123 }
124}
125
126/**
127 * Thin client over the daemon's POST /command endpoint.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected