Exception: Parse::Query::PointerShapeError
- Inherits:
-
StandardError
- Object
- StandardError
- Parse::Query::PointerShapeError
- Defined in:
- lib/parse/query.rb
Overview
Raised when a constraint value's shape cannot match the storage
form of the targeted column — e.g. bare objectId strings inside
$in/$nin arrays against a pointer column whose target class
cannot be inferred. Gated by Parse.strict_pointer_shapes?.