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

Method message

packages/opencode/src/account/schema.ts:59–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 override get message(): string {
60 return [
61 `Could not reach ${this.method} ${this.url}.`,
62 `This failed before the server returned an HTTP response.`,
63 this.description,
64 `Check your network, proxy, or VPN configuration and try again.`,
65 ]
66 .filter(Boolean)
67 .join("\n")
68 }
69}
70
71export type AccountError = AccountRepoError | AccountServiceError | AccountTransportError

Callers 1

fetchPartMetadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected