Skip to content

Commit

Permalink
Correct the type of the extras field.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jun 21, 2024
1 parent 3897953 commit 9b1134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/horizon/api-reference/errors/response.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ When any error occurs, Horizon responds with a JSON document with the below attr
- string
- A short title describing the Status Code, which can be used to look up more information about a error.
- extras
- array
- map
- If the Status Code is `Transaction Failed`, this extras field displays the Result Code returned by Stellar Core describing why the transaction failed.
- envelope_xdr
- string
Expand Down

0 comments on commit 9b1134c

Please sign in to comment.