Ravn::Tactical::
App class
Superclass | Roda |
Included Modules | |
Extended With |
|
Ravn::Tactical::App
- the Rack container for Ravn-Tactical services.
Public Instance Methods
Halt with a 400 BAD REQUEST response, building a diagnostic body with the given reason
.
Also aliased as:
bad_request
Return a Hash suitable for use as an error response body that includes the given error_type
, error_detail
and backtrace
in development mode. In production mode, this returns a generic error message to avoid information exposure.