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

Interface ErrorConfig

src/_internals/error.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Result } from '../result'
2
3export interface ErrorConfig {
4 withStackTrace: boolean
5}
6
7const defaultErrorConfig: ErrorConfig = {
8 withStackTrace: false,

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…