I don't know if this is possible but I'm wondering if I would be able to get a notification if I get an error from an app.
The error I looking to get a notification for is "HttpResponseException: status code: 429".
Is this even possible.
Any feedback much appreciated. ![]()
Do you have access to the Apps source code in Groovy?
Yes. I have access to the source code.
Modify the app to allow the user to select a notification device. When the error occurs, in addition to logging it, also use the aforementioned notification device to send a message to your phone.
3 Likes