Ktor's HttpStatusCode companion properties, mapped to their numeric codes.
The CamelCase status name (BadRequest for 400) — used as the shared component-response key.
BadRequest
Statically resolves an HttpStatusCode expression: a companion property (HttpStatusCode.Created) or a constructor call (HttpStatusCode(422, "...")). Returns null for anything dynamic.
HttpStatusCode
HttpStatusCode.Created
HttpStatusCode(422, "...")
null