Se genera cuando se intenta establecer un valor o borrar una propiedad calculada.
exceptionInvalidPropertyError()
Se genera cuando una propiedad no es aplicable a determinado uso. Por ejemplo, una propiedad debe existir y estar indexada para utilizarse en la proyección de una consulta o en una cláusula por grupo.
exceptionReadonlyPropertyError()
Se genera cuando se intenta establecer un valor de propiedad que es de solo lectura.
exceptionUnprojectedPropertyError()
Se genera cuando se obtiene un valor de propiedad que no está en la proyección.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-19 (UTC)"],[[["This page explains the usage of legacy bundled services and APIs, which are exclusive to first-generation runtimes in the App Engine standard environment."],["A migration guide is available for those updating to the App Engine Python 3 runtime, offering options for migrating legacy bundled services."],["The NDB datastore offers several unique exception classes, including `ComputedPropertyError`, `InvalidPropertyError`, `ReadonlyPropertyError`, and `UnprojectedPropertyError`."],["These exceptions deal with scenarios like attempting to set or delete a computed property, improper usage of a property, setting a read-only property, or accessing an unprojected property."]]],[]]