reject
이 콘텐츠는 아직 번역되지 않았습니다.
reject(
status,message,extra?):never
Defined in: src/http/Route.ts:126
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