github.com/ydb-platform/ydb-go-sdk/v3@v3.57.0/internal/bind/errors.go (about)

     1  package bind
     2  
     3  import "errors"
     4  
     5  var (
     6  	ErrInconsistentArgs         = errors.New("inconsistent args")
     7  	ErrUnexpectedNumericArgZero = errors.New("unexpected numeric arg $0. Allowed only $1 and greater")
     8  )