Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "http/errors"

Index

Object literals

Const ERRORS

ERRORS: object

BadRequest

BadRequest: string = "The request was malformed."

InternalError

InternalError: string = "An internal error occured."

MethodNotAllowed

MethodNotAllowed: string = "The requested method is not allowed."

NotFound

NotFound: string = "The request resource was not found."

Unauthorized

Unauthorized: string = "The request failed authorization."

Generated using TypeDoc