Hi everyone
How can I catch the 404.15 error on outsystems.
When using Data Grid, [The length of the query string for this request exceeds the configured maxQueryStringLength value.], I modified the maxQueryString parameter in the factory configuration, but when this error occurs, I want to display it on the screen Indicates an error message.
Or is there any other way to provide some ideas.
Any suggestion is appreciated.
Kind Regards
Hi,
Please read the below article. This would give an idea on how to capture javascript errors in outsystems applications.
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/JavaScript/Extend_Your_Web_Application_Using_JavaScript/Handle_JavaScript_Errors
Let me know if you face any issues implementing it.
Amit Jain
Hi
Thank you for your reply.
I think this error was handled in HttpRequest.onerror event.
So I want to know how I can handle it on outsystems.
When I debug, nothing is displayed on outsystems.