Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opine/src/utils/send.ts>sendError

Minimalist web framework for Deno ported from ExpressJS.
Very Popular
Go to Latest
function sendError
import { sendError } from "https://deno.land/x/opine@2.3.3/src/utils/send.ts";

Emit errors.

Parameters

res: OpineResponse
optional
error: any