Stellar PHP SDK API Documentation

SubmitContractChallengeTimeoutResponseException extends Exception

Exception thrown when submitting signed authorization entries times out.

This exception is thrown when the POST request to the WEB_AUTH_FOR_CONTRACTS_ENDPOINT returns HTTP status code 504 (Gateway Timeout), indicating the server could not complete the request in a reasonable time.

Common causes:

  • Server experiencing high load or performance issues
  • Transaction simulation taking too long
  • Database or network connectivity issues on the server
  • Server-side timeout thresholds exceeded

Recommended Actions:

  • Retry the submission after a brief delay
  • Check server status or service health endpoints
  • Contact server operator if timeouts persist
  • Consider implementing exponential backoff for retries
Tags
see
https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0045.md

SEP-45 Token Endpoint

Table of Contents

Methods

__construct()  : mixed
Creates a new timeout exception.

Methods


        
On this page

Search results