Discover Packages
vuvuzela.io/alpenhorn
errors
package
Version:
v0.0.0-...-6b33518
Opens a new window with list of versions in this module.
Published: Sep 12, 2019
License: AGPL-3.0-or-later, BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 15
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package errors implements basic error handling.
This package is like github.com/pkg/errors but without the stack traces.
Cause returns the first cause of the error or returns the original error
if the error does not have a cause. This is unlike the pkg/errors package
which returns the most underlying cause for the error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.