As finds the first error in errors chain that matches target, and if so, sets target to that error value and returns true.
Is reports whether any error in errors chain matches target.
New is equivalent to errors.New().
Verbose prints the most verbose error that the error message has.