MCPcopy Create free account
hub / github.com/Effect-TS/effect / Error

Interface Error

packages/effect/src/Runtime.ts:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226declare global {
227 interface Error {
228 readonly [errorExitCode]?: number
229 readonly [errorReported]?: boolean
230 }
231}
232
233/**

Callers 1

Schema.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected