Documentation ¶
Overview ¶
Package error_helpers contains custom error types and error helper functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineErrors ¶ added in v5.2.0
func CombineErrorsWithPrefix ¶ added in v5.2.0
func IsContextCancelledError ¶
Types ¶
type QueryError ¶
type QueryError struct {
// contains filtered or unexported fields
}
QueryError is an error type to wrap query errors
func NewQueryError ¶
func NewQueryError(underlying error) QueryError
func (QueryError) Error ¶
func (q QueryError) Error() string
func (QueryError) Is ¶
func (q QueryError) Is(err error) bool
Click to show internal directories.
Click to hide internal directories.