SubmitContractChallengeTimeoutResponseException
extends Exception
in package
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
Table of Contents
Methods
- __construct() : mixed
- Creates a new timeout exception.
Methods
__construct()
Creates a new timeout exception.
public
__construct() : mixed