errors

package
v1.15.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error interface {
	// Args allows setting arguments for the placeholders in the text
	Args(...any) Error
	// Error implements the error interface and formats the error string
	Error() string
	// SetModule explicitly sets the module in the error message
	SetModule(string) Error
}

Error is the interface that wraps the basic error methods

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL