errors

package
v0.0.2-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

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

func Map

func Map(err error) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL