package
0.1.6
Repository: https://github.com/squareup/pranadb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
As finds the first error in err's chain that matches target, and if so, sets target to that error value and returns true.
Cause returns the underlying cause of the error, if possible.
No description provided by the author
No description provided by the author
Errorf formats according to a format specifier and returns the string as a value that satisfies error.
Is reports whether any error in err's chain matches target.
No description provided by the author
New returns an error with the supplied message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithStack annotates err with a stack trace at the point WithStack was called.
Wrap returns an error annotating err with a stack trace at the point Wrap is called, and the supplied message.

# Constants

User errors.
User errors.
User errors.
Miscellaneous errors.
Miscellaneous errors.
User errors.
User errors.
User errors.
User errors.
User errors.
User errors.
User errors.
User errors.
User errors.
User errors.
User errors.
Miscellaneous errors.
User errors.
User errors.
Ingest errors.
Ingest errors.

# Structs

PranaError is any kind of error that is exposed to the user via external interfaces like the CLI.

# Type aliases

No description provided by the author