package
19.2.12+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
CatchVectorizedRuntimeError executes operation, catches a runtime error if it is coming from the vectorized engine, and returns it.
NewStorageError returns a new storage error.
NonVectorizedPanic panics with the error that is wrapped by notVectorizedInternalError which will not be treated as internal error and will not have a printed out stack trace.
VectorizedInternalPanic simply panics with the provided object.
# Structs
StorageError is an error that was created by a component below the sql stack, such as the network or storage layers.