Wird beim Versuch ausgelöst, einen Wert für eine berechnete Property festzulegen oder ein solches zu löschen.
exceptionInvalidPropertyError()
Wird ausgelöst, wenn eine Property für einen bestimmten Zweck nicht geeignet ist. Eine Property muss beispielsweise vorhanden und indexiert sein, damit sie in der Projektions- oder GROUP BY-Klausel einer Abfrage verwendet werden kann.
exceptionReadonlyPropertyError()
Wird beim Versuch ausgelöst, einen schreibgeschützten Property-Wert festzulegen.
exceptionUnprojectedPropertyError()
Wird ausgelöst, wenn ein Attributwert abgerufen wird, der nicht in der Projektion enthalten ist.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-06 (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."]]],[]]