Releases: RomainVialard/ErrorHandler
Releases · RomainVialard/ErrorHandler
v2.0.0
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
Initial release
Initial npm version:
All basic functionalities:
Global ErrorHandler GAS library with methods:
- expBackoff (func)
- logError (error, optionnalParams)