Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/core/plugins/api/utils.ts>ERRORS

Deno-powered framework for building business web apps
Go to Latest
variable ERRORS
import { ERRORS } from "https://deno.land/x/netzo@0.3.91/core/plugins/api/utils.ts";

type

{ missingApiKey: () => unknown; invalidApiKey: () => unknown; notAllowed: () => unknown; invalidRequest: () => unknown; }