Error handling in jsreportonline
-
Hi
Is there way to send error detail to particular email id in jsreportonline?
Errors to be reported are timeouts, account quotas, javascript errors and PDF generation errors.Thank You in Advance.
-
You can do this on your client side where you call jsreportonline.
-
Ok. Is there a way to get account quotas?
-
There is no stable API documented, but you can do this request with your admin credentials
https://xxx.jsreportonline.net/api/settings
The output contains the credits information.
Additionally, we automatically send an email when the credit limit is close to being reached
-
Thank You