type
DeleteRestrictedError
type DeleteRestrictedError struct {
Constraints []ReferenceConstraint
}Deterministic schema constraints preventing permanent deletion.
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.