Skip to main content
Module

x/fastro/server/errors.ts

Fast and simple web application framework for deno
Go to Latest
File
export const INTERNAL_SERVER_ERROR_CODE = 500;export const INTERNAL_SERVER_ERROR_MESSAGE = "Internal Server Error";
export const NOT_FOUND_CODE = 404;export const NOT_FOUND_MESSAGE = "Not Found";