Extended error descriptions
Log contains exhaustive info about error and it is hard to determine the place or the circumstances from it.
By using new features of errors
package we can add more info to the error with saving initial error without changes and still available for examination upper the call stack.
This is an initial suggestion about usage of new strategy regarding handling of errors.
Please add your comments and suggestions.