pub fn abort(status: u16, message: impl Into<String>) -> Value
Abort the request with an HTTP status and message. Statuses outside 400..=599 are clamped to 400 by the host.
400..=599
400