MCPcopy
hub / github.com/infinitered/gluegun / GluegunError

Interface GluegunError

src/toolbox/system-types.ts:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31export type StringOrBuffer = string | Buffer
32
33export interface GluegunError extends Error {
34 stdout?: StringOrBuffer
35 stderr?: StringOrBuffer
36}

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…