Categorygithub.com/hatchify/errors
modulepackage
0.4.82
Repository: https://github.com/hatchify/errors.git
Documentation: pkg.go.dev

# README

Errors

Errors is an errors utility library which provides QoL (quality of life) helper types and functions.

# Functions

New will return a new error string.

# Constants

ErrIsClosed is returned when an action is attempted on a closed service.

# Structs

ErrorList represents a list of errors.

# Type aliases

Error is a basic error.