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."