MCPcopy
hub / github.com/yortus/asyncawait / ErrnoException

Interface ErrnoException

src/typings/node/node.d.ts:74–79  ·  view source on GitHub ↗

* * * INTERFACES * * *

Source from the content-addressed store, hash-verified

72************************************************/
73
74interface ErrnoException extends Error {
75 errno?: any;
76 code?: string;
77 path?: string;
78 syscall?: string;
79}
80
81interface NodeEventEmitter {
82 addListener(event: string, listener: Function): NodeEventEmitter;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected