package
0.0.0-20210912152203-60f493138856
Repository: https://github.com/kelda/blimp.git
Documentation: pkg.go.dev

# Functions

Cause returns the cause of the given error if it's defined.
GetPrintableMessage returns a user friendly error to print to the user.
No description provided by the author
Marshal converts an error (that may contain custom Kelda error types) into an error that can be transmitted over gRPC, and unmarshalled on the other side.
New returns a new Go error.
NewFriendlyError returns a new user friendly error that can be retrieved by GetPrintableMessage.
RootCause returns the root cause of the given error.
No description provided by the author
No description provided by the author
Unmarshal reconstructs an error created by Marshal.
WithContext returns an error that can be unwrapped by `Cause`.

# Interfaces

ContextError is an error that has information on what caused it.
A FriendlyError is an error with that can be directly printed to the user without any other context.