MCPcopy Create free account
hub / github.com/anomalyco/opencode /

Class

packages/client/src/generated/client-error.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type ClientErrorReason = "Transport" | "UnexpectedStatus" | "UnsupportedContentType" | "MalformedResponse"
2
3export class ClientError extends Error {
4 override readonly name = "ClientError"
5 constructor(
6 readonly reason: ClientErrorReason,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected