err

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotImplemented = "databricks: not implemented"
View Source
var ErrParametersNotSupported = "databricks: query parameters are not supported"
View Source
var ErrTransactionsNotSupported = "databricks: transactions are not supported"

Functions

func WrapErr

func WrapErr(err error, msg string) error

wraps an error and adds trace if not already present

func WrapErrf

func WrapErrf(err error, format string, args ...interface{}) error

adds a stack trace if not already present

Types

type Causer

type Causer interface {
	Cause() error
}

type StackTracer

type StackTracer interface {
	StackTrace() errors.StackTrace
}

Jump to

Keyboard shortcuts

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