package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Functions
IsConnectionRefused returns true if the given error is caused by an "connection refused" error.
IsConnectionReset returns true if the given error is caused by an "connection reset by peer" error.
IsContextCanceled returns true if the given error is caused by a context cancelation.
IsContextCanceledOrExpired returns true if the given error is caused by a context cancelation or deadline expiration.
IsContextDeadlineExpired returns true if the given error is caused by a context deadline expiration.
IsEOF returns true if the given error is caused by an EOF error.
IsTemporary returns true if the given error is caused by a temporary error.
IsTimeout returns true if the given error is caused by a timeout error.
WithMessage annotates err with a new message.
# Structs
AggregateError is a helper to wrap zero or more errors as a go `error`.