Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDeprecated = errors.New("ydb: deprecated") ErrUnsupported = errors.New("ydb: not supported") ErrActiveTransaction = errors.New("ydb: can not begin tx within active tx") ErrNoActiveTransaction = errors.New("ydb: no active tx to work with") ErrResultTruncated = errors.New("ydb: result set has been truncated") ErrWrongTxIsolation = errors.New("ydb: wrong tx isolation") ErrExecOnReadOnlyTx = errors.New("ydb: cannot execute query on read-only tx") // Deprecated: not used ErrSessionBusy = errors.New("ydb: session is busy") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.