Skip to content
DocsReference
DocsReferenceGitHub

Search Ridu documentation

tab controls

Loading search…

Search will be ready in a moment.

No matching results

Try a different term or search every section.

Loading search.

Preparing index…View all results →↑↓ move↵ openesc close
Get started
Modules/store
TDeleteRestrictedError

Go packages

riducorefieldqueryschemastorestoragemigrationmigration/payloadprotocol (Go)plugintestconformance

Official adapters

postgressqlitemongodbstorage/localstorage/s3

Official plugins

graphqlmcprichtextseoformbuilder@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder

TypeScript packages

@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/admin@riducms/translations@riducms/cli/run

Tooling

ridu CLI
Allstoreriducorefieldqueryschemastoragemigrationmigration/payloadprotocol (Go)plugintestpostgressqlitemongodbgraphqlmcprichtextseoformbuilderstorage/localstorage/s3conformance@riducms/sdk@riducms/protocol@riducms/plugin@riducms/build@riducms/ui@riducms/plugin-richtext@riducms/plugin-seo@riducms/plugin-form-builder@riducms/admin@riducms/translations@riducms/cli/runridu CLI
All 146MaxTaskLeaseDurationTaskListTaskFailureReferenceDeleteRequestDeleteRestrictedErrorReferenceConstraintPopulationBudgetMaxListWindowDocuments

type

DeleteRestrictedError

type DeleteRestrictedError struct { Constraints []ReferenceConstraint }

Deterministic schema constraints preventing permanent deletion.

Source store/store.go:486

Constraints:[]ReferenceConstraint
The Constraints value.

It matches ErrDeleteRestricted with errors.Is. Document IDs are omitted to avoid a cross-document existence oracle.

Methods

  • DeleteRestrictedError.Error()

    Public method DeleteRestrictedError.Error from github.com/riducms/ridu/store.

  • DeleteRestrictedError.Is()

    Public method DeleteRestrictedError.Is from github.com/riducms/ridu/store.