//
pkg.gl
Category
github.com/brucejrc/iris
core
errors
package
0.0.0
Repository:
https://github.com/brucejrc/iris.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
12
Files
65 SLOC
#
Functions
New
New creates and returns an Error with a pre-defined user output message all methods below that doesn't accept a pointer receiver because actually they are not changing the original message.
#
Variables
NewLine
NewLine adds a new line to the end of each error's message defaults to true.
Prefix
Prefix the error prefix, applies to each error's message.
#
Structs
Error
Error holds the error message, this message never really changes.