package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Aug 8, 2023
License: AGPL-3.0, AGPL-3.0-only
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package errors contains error wrappers and creators used for precise error messaging in the jbig2 package.
Error returns an error wrapped with provided 'process' and with given 'message'.
func Errorf(processName, message string, arguments ...interface{}) error
Errorf returns an error with provided message, arguments and process name.
Wrap wraps the error with the message and provided process.
func Wrapf(err error, processName, message string, arguments ...interface{}) error
Wrapf wraps the error with the formatted message and arguments.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.