struct

Application::ParameterError

Inherits YAML::Serializable < JSON::Serializable < Struct < Value < Object

Provides details on which parameter is missing or invalid

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(pull : JSON::PullParser)
Source
new(error : String, parameter : Nil | String = nil, restriction : Nil | String = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

error
Source
parameter
Source
restriction
Source