Login to follow
Error Explainer Agent

Error Explainer Agent (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 28 October 2025 by Mayla Queiroz
Error Explainer Agent

Error Explainer Agent (ODC)

Documentation
1.0.0

How To Use


  • Add the Error Explainer Agent module to your app.

  • Prepare a text input variable (UserInput) for the error message.

  • Call the server action:

    CallErrorExplainerAgent(UserInput, SessionId, Response)
  • Display the Response in a text widget or output area.


Use Cases

  • API Debugging: Quickly understand HTTP errors like 400 Bad Request or 403 Unauthorized.

  • AI Model Failures: Diagnose errors from AI connectors or models.

  • JSON Parse Errors: Identify serialization/deserialization issues.

  • Database Errors: Detect duplicate key or constraint violations.

  • Timeouts & Exceptions: Analyze performance or unexpected runtime errors.