Stale History
A horizon server may be configured to reject historical requests when the history is known to be further out of date than the configured threshold. In such cases, this error is returned. To resolve this error (provided you are the horizon instance’s operator) please ensure that the ingestion system is running correctly and importing new ledgers.
Attributes
As with all errors Horizon returns, stale_history follows the Problem Details for HTTP APIs draft specification guide and thus has the following attributes:
Description | Type | Attribute |
The identifier for the error. This is a URL that can be visited in the browser | URL | Type |
A short title describing the error | String | Title |
An HTTP status code that maps to the error | Number | Status |
A more detailed description of the error | String | Detail |
A token that uniquely identifies this request. Allows server administrators to correlate a client report with server log files | String | Instance |