ErrorHandler icon indicating copy to clipboard operation
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...

Results 3 ErrorHandler issues
Sort by recently updated
recently updated
newest added

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...