Skip to main content
Go to Latest
function error
import { error } from "https://deno.land/x/darkflare@v7.0.0/x/mod.ts";

Parameters

c: FetchContext
error:
| "ACCESS_DENIED"
| 403
| "BAD_REQUEST"
| 400
| "FORBIDDEN"
| "MALFORMED_REQUEST"
| "METHOD_NOT_ALLOWED"
| 405
| "NOT_FOUND"
| 404
| "PAYLOAD_TOO_LARGE"
| 413
| "SERVICE_UNAVAILABLE"
| 503
| "SOMETHING_WENT_WRONG"
| 500
| "UNAUTHORIZED"
| 401