package
2.22.0
Repository: https://github.com/kodekoding/phastos.git
Documentation: pkg.go.dev

# Functions

E for creating new errors.
Errorf function.
Match errorr Match will match two strings error through a fuzzy matching Need some improvement in fuzzy matching, not all cases is covered.
No description provided by the author
WithCodes give a safer passing of codes to errors as compiler/linter will check the interface{} implementation.

# Structs

Error struct.
No description provided by the author

# Interfaces

Codes is interface to define error custom code.

# Type aliases

Fields of error.
Op is operation of error.