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
The documentation does not mention "unexpectedLedgerType" error under the "Possible Errors" section. Here are examples of this error from the unittests. This is the corresponding source code for the origin of the error message.
In case of parsing failures, API v1 returns a generic throw whereas API v2 returns invalidParams error. This recent change is coded here This difference in the behavior between v1 and v2 might need to specified in the docs page.
The text was updated successfully, but these errors were encountered:
Under the "Possible Errors" section, "malformedDocumentID" needs to be documented. This error is returned for incorrectly specified Oracle ledger objects. This is the source code responsible for that error.
throw
whereas API v2 returnsinvalidParams
error. This recent change is coded here This difference in the behavior between v1 and v2 might need to specified in the docs page.The text was updated successfully, but these errors were encountered: