MCPcopy
hub / github.com/supermacro/neverthrow / NeverThrowError

Interface NeverThrowError

src/_internals/error.ts:11–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11interface NeverThrowError<T, E> {
12 data:
13 | {
14 type: string
15 value: T
16 }
17 | {
18 type: string
19 value: E
20 }
21 message: string
22 stack: string | undefined
23}
24
25// Custom error object
26// Context / discussion: https://github.com/supermacro/neverthrow/pull/215

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…