Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
declare global {
227
interface
Error {
228
readonly [errorExitCode]?: number
229
readonly [errorReported]?: boolean
230
}
231
}
232
233
/**
Callers
1
Schema.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected