enum
Kemal::ParamError::Reason
Overview
Why a parameter failed: it was absent from the request (Missing), or
it was present but couldn't be converted to the declared type (CastError).
Defined in:
kemal/from_www_form.crEnum Members
-
Missing =
0 -
CastError =
1
Instance Method Summary
-
#cast_error?
Returns
trueif this enum value equalsCastError -
#missing?
Returns
trueif this enum value equalsMissing