import { status } from "https://deno.land/x/deco@1.107.0/engine/errors.ts";
Returns a response with given status and formatted error message if provided.
type
(status: number) => ResponseErrorBuilder
import { status } from "https://deno.land/x/deco@1.107.0/engine/errors.ts";
Returns a response with given status and formatted error message if provided.