class

Schema::Definition::NestedContentForScalarParamError

Inherits Schema::Definition::Error < Exception < Reference < Object

Raised when a scalar param has nested content in the query. For example, if foo is Int32, then foo[bar]= makes no sense.

Constructors

new(param_path : Tuple, nested_path : Array(String), type)
Source