github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/sys/builtin/errors.go (about)

     1  /*
     2   * Copyright (c) 2020-present unTill Pro, Ltd.
     3   * @author Denis Gribanov
     4   */
     5  
     6  package builtin
     7  
     8  import "errors"
     9  
    10  var ErrReferentialIntegrityViolation = errors.New("referential integrity violation")