mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Add entryNotFound error
ledger_entry can return this error if the request is validly formed but the specified entry doesn't exist.
This commit is contained in:
@@ -156,6 +156,7 @@ The response follows the [standard format][], with a successful result containin
|
|||||||
|
|
||||||
* Any of the [universal error types][].
|
* Any of the [universal error types][].
|
||||||
* `deprecatedFeature` - The request specified a removed field, such as `generator`.
|
* `deprecatedFeature` - The request specified a removed field, such as `generator`.
|
||||||
|
* `entryNotFound` - The requested ledger object does not exist in the ledger.
|
||||||
* `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing.
|
* `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing.
|
||||||
* `lgrNotFound` - The ledger specified by the `ledger_hash` or `ledger_index` does not exist, or it does exist but the server does not have it.
|
* `lgrNotFound` - The ledger specified by the `ledger_hash` or `ledger_index` does not exist, or it does exist but the server does not have it.
|
||||||
* `malformedAddress` - The request improperly specified an [Address][] field.
|
* `malformedAddress` - The request improperly specified an [Address][] field.
|
||||||
|
|||||||
Reference in New Issue
Block a user