Documentation ¶
Overview ¶
Package errors defines errors used in different driver packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFatal = errors.New("fatal error")
ErrFatal is the fatal error instance to be wrapped into or returned by Is() in case the error is a fatal error. A fatalError signals that the connection is broken, so the hdb driver should set the connection in driver.ErrBadConn mode.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.