Exception: Parse::Core::EmbedManaged::ProtectedFieldError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/parse/model/core/embed_managed.rb

Overview

Raised when user code tries to assign directly to a vector property that’s managed by an embed declaration. The intent is to make it impossible to silently desync the stored vector from the digest — every write goes through the digest-tracked recompute path.