ErrorHandler library
Google Apps Script ErrorHandler library
Methods
- expBackoff (func) - Invokes a function, performing up to 5 retries with exponential backoff.
- urlFetchWithExpBackOff (url, params) : Helper function to automatically handles exponential backoff on UrlFetch use
- logError (error, optionalParam) : Log error with format corresponding to native error Logging from GAS to StackDriver