Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/
Class
packages/client/src/generated-effect/client-error.ts:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Schema } from
"effect"
2
3
export
class
ClientError extends Schema.TaggedErrorClass<ClientError>()(
"ClientError"
, {
4
cause: Schema.Defect(),
5
}) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected