You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an error response which sets error.code to standardized json-rpc code for client request error, -32602 and a error.message which describes the reason, should state requested ledger range is not in retention window data range of RPC.
What did you see instead?
a generic error message stating it was due to internal aspect:
{
"jsonrpc": "2.0",
"id": 8675309,
"error": {
"code": -32003,
"message": "[-32003] request failed to process due to internal issue"
}
}
The text was updated successfully, but these errors were encountered:
What version are you using?
22.1.x
What did you do?
requested a ledger range that was not present in the RPC's current retention window:
What did you expect to see?
an error response which sets
error.code
to standardized json-rpc code for client request error, -32602 and aerror.message
which describes the reason, should state requested ledger range is not in retention window data range of RPC.What did you see instead?
a generic error message stating it was due to internal aspect:
The text was updated successfully, but these errors were encountered: