For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
  • Introduction
    • Overview
    • Retired adapters
      • Overview
      • Result codes
      • Connectivity
      • Authentication
      • Connectivity
      • Dependencies
      • Installation location
      • URL paths
LogoLogo
Open sourceSupportFAQsDocs Home
Troubleshoot

Troubleshoot result codes

Most HTTP response codes returned by an adapter come directly from the downstream system. Two result codes are generated by the adapter itself.

-2 — Timeout. The adapter has an attempt_timeout property that defines how long it will wait for a response before giving up. If the timeout expires before a response is received, the adapter returns a -2 code with the message “The Adapter has run out of time for the request” and recommends increasing request.attempt_timeout.

-1 — Connection reset. When the downstream system or something in the network drops the connection, the adapter receives and forwards an ECONNRESET error with a -1 code. The message reads “The connection was terminated by the network or external system” and recommends checking connectivity to the external system.

If the adapter is unable to build the request at all — for example, due to a configuration error — it returns its own error with a message and recommendation describing what needs to be resolved.

Was this page helpful?
Previous

Connectivity

Next
Built with