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

x/netzo/plugins/api/errors.ts>errors

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
variable errors
import { errors } from "https://deno.land/x/netzo@0.4.49/plugins/api/errors.ts";

type

{ NetzoError; BadRequest; NotAuthenticated; PaymentError; Forbidden; NotFound; MethodNotAllowed; NotAcceptable; Timeout; Conflict; LengthRequired; Unprocessable; TooManyRequests; GeneralError; NotImplemented; BadGateway; Unavailable; 400; 401; 402; 403; 404; 405; 406; 408; 409; 410; 411; 422; 429; 500; 501; 502; 503; }