reject
reject(
status,message,extra?):never
Defined in: src/http/Route.ts:80
Rejection — throw to short-circuit to a 4xx/5xx.
Parameters
Section titled “Parameters”status
Section titled “status”number
message
Section titled “message”string
extra?
Section titled “extra?”Record<string, unknown>
Returns
Section titled “Returns”never