ErrorHandler
ErrorHandler copied to clipboard
This is a library for Google Apps Script projects. It provides methods to perform an Exponential backoff logic whenever it is needed and rewrite error objects before sending them to Stackdriver Loggin...
As according to the GAS migration guide to V8: https://developers.google.com/apps-script/guides/v8-runtime/migration#avoid_using_errorfilename_and_errorlinenumber
Since it likely requires action from the developer, added as a NORETRY.
I found a [conversation ](https://plus.google.com/111138574685628335337/posts/FAZBjye8xH7) where Romain and Jean-Remi mentioned this repo while I was researching about an add-on error message, more explicitely about "You do not have permission to...