MCPcopy Index your code
hub / github.com/socketio/socket.io / ExtendedError

Interface ExtendedError

lib/namespace.ts:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24const debug = debugModule("socket.io:namespace");
25
26export interface ExtendedError extends Error {
27 data?: any;
28}
29
30export interface NamespaceReservedEventsMap<
31 ListenEvents extends EventsMap,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected