case classBadRequestResponse(message: String = "") extends LiftResponse with HeaderDefaults with Product with Serializable
400 Bad Request
Your Request was missing an important element. Use this as a last resort if
the request appears incorrect. Use the message to indicate what was wrong
with the request, if that does not leak important information.
400 Bad Request
Your Request was missing an important element. Use this as a last resort if the request appears incorrect. Use the
message
to indicate what was wrong with the request, if that does not leak important information.