MCPcopy Index your code
hub / github.com/oakserver/oak / error

Method error

types.ts:23–23  ·  view source on GitHub ↗
(reason?: any)

Source from the content-addressed store, hash-verified

21 readonly url: string;
22 // deno-lint-ignore no-explicit-any
23 error(reason?: any): void;
24 getBody(): ReadableStream<Uint8ArrayArrayBuffer> | null;
25 respond(response: Response): void | Promise<void>;
26 upgrade?(options?: UpgradeWebSocketOptions): WebSocket;

Callers 4

logErrorListenerFunction · 0.65
fnFunction · 0.65
getBodyMethod · 0.65
transformMethod · 0.65

Implementers 3

NativeRequesthttp_server_native_request.ts
BunRequesthttp_server_bun.ts
NodeRequesthttp_server_node.ts

Calls

no outgoing calls

Tested by 1

fnFunction · 0.52