Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Change Error values to match with Horizon #682

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Learn more about the [`Change Trust` operation](../../../../docs/start/list-of-o
- OpSuccess
- CHANGE_TRUST_SUCCESS
- Trust was successfully changed
- OpMalformed
- op_malformed
- CHANGE_TRUST_MALFORMED
- The input to this operation is invalid.
- OpNoIssuer
- op_no_issuer
- CHANGE_TRUST_NO_ISSUER
- The issuer of the asset cannot be found.
- op_invalid_limit
Expand Down