mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Merge pull request #2495 from XRPLF/issue_1851
Add objectNotFound error.
This commit is contained in:
@@ -129,5 +129,6 @@ Each member of the `offers` array represents one [NFTokenOffer object][] to buy
|
|||||||
* `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.
|
||||||
* `actNotFound` - The [Address][] specified in the `account` field of the request does not correspond to an account in the ledger.
|
* `actNotFound` - The [Address][] specified in the `account` field of the request does not correspond to an account in the ledger.
|
||||||
* `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.
|
||||||
|
* `objectNotFound` - The NFT does not have any buy offers (note that _object_ refers to the buy offer rather than the NFT itself).
|
||||||
|
|
||||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||||
|
|||||||
@@ -130,5 +130,6 @@ Each member of the `offers` array represents one [NFTokenOffer object][] to buy
|
|||||||
* `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.
|
||||||
* `actNotFound` - The [Address][] specified in the `account` field of the request does not correspond to an account in the ledger.
|
* `actNotFound` - The [Address][] specified in the `account` field of the request does not correspond to an account in the ledger.
|
||||||
* `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.
|
||||||
|
* `objectNotFound` - The NFT does not have any sell offers (note that _object_ refers to the sell offer rather than the NFT itself).
|
||||||
|
|
||||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||||
|
|||||||
Reference in New Issue
Block a user