Add new error case tecOBJECT_NOT_FOUND

This commit is contained in:
Dennis Dawson
2022-03-21 15:10:21 -07:00
committed by mDuo13
parent 818116eee5
commit e8446fec54

View File

@@ -80,7 +80,9 @@ If both offers are for the same asset, it is possible that the order in which fu
In brokered mode, The offers referenced by `NFTokenBuyOffer` and `NFTokenSellOffer` must both specify the same `NFTokenID`; that is, both must be for the same `NFToken`.
## Error Cases
* If there is no entry with the given `SellOffer` or `BuyOffer` index on the ledger, the transaction fails with the result `tecOBJECT_NOT_FOUND`.
<!--{# common link defs #}-->
{% include '_snippets/rippled-api-links.md' %}