struct ActionController::Error::ParameterResponse
- ActionController::Error::ParameterResponse
- Struct
- Value
- Object
Overview
Provides details on which parameter is missing or invalid
Included Modules
- JSON::Serializable
- YAML::Serializable
Extended Modules
- JSON::Schema
Defined in:
action-controller/errors.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(error : String, parameter : Nil | String = nil, restriction : Nil | String = nil)