Versions in this module Expand all Collapse all v1 v1.1.0 Mar 7, 2023 Changes in this version + var ErrNotImplemented = "databricks: not implemented" + var ErrParametersNotSupported = "databricks: query parameters are not supported" + var ErrTransactionsNotSupported = "databricks: transactions are not supported" + func WrapErr(err error, msg string) error + func WrapErrf(err error, format string, args ...interface{}) error + type Causer interface + Cause func() error + type StackTracer interface + StackTrace func() errors.StackTrace