MCPcopy Create free account
hub / github.com/JS-DevTools/ono / ErrorPOJO

Interface ErrorPOJO

src/types.ts:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 * and some third-party error types.
157 */
158export interface ErrorPOJO {
159 message?: string;
160 stack?: string;
161 name?: string;
162}
163
164/**
165 * Any object that "looks like" an `Error` object.

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…