Module: Rack::ECG::Check::Status
- Defined in:
- lib/rack/ecg/check.rb
Overview
Possible recognised check statuses.
Constant Summary collapse
- OK =
Indicates the check was successful.
"ok"
- ERROR =
Indicates the check errored.
"error"