35
Views
2
Comments
[OutSystems Data Grid Web Sample] How can I catch the 404.15 error on outsystems?
outsystems-data-grid-web-sample
Web icon
Forge asset by OutSystems
Application Type
Traditional Web
Service Studio Version
11.11.6 (Build 44614)
Platform Version
11.11.2 (Build 29611)

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


Error.jpg
2025-08-07 06-30-56
Amit J
Champion

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

Edited by Rúben Gonçalves on 07/07/2021 at 10:59
2024-12-24 00-58-47
YITONG LYU

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.

Kind Regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.