# 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.
# Interfaces
Codes is interface to define error custom code.