class Schema::Definition::InvalidParamIndexError
- Schema::Definition::InvalidParamIndexError
- Schema::Definition::Error
- Exception
- Reference
- Object
Overview
Raised when a param in the query has an invalid index (e.g. string value).
For example, if foo
is Array(Int32)
, then this query would raise: "foo[bar]=42"
.