Response
When an error occurs, Horizon responds with a JSON document with the below attributes.
- ATTRIBUTE -
type
URLThe type of Status Code returned.
title
stringA short title describing the Status Code, which can be used to lookup more information about an error.
status
numberA short title describing the Status Code, which can be used to lookup more information about an error.
detail
stringA short title describing the Status Code, which can be used to lookup more information about an error.
extras
arrayIf the Status Code is
Transaction Failed, this extras field displays the Result Code returned by Stellar Core describing why the transaction failed. Hide child attributesenvelope_xdr
stringA base64-encoded representation of the TransactionEnvelope XDR whose failure triggered this response.
result_xdr
stringA base64-encoded representation of the TransactionResult XDR returned by stellar-core when submitting this transaction.
result_codes.transaction
stringThe transaction Result Code returned by Stellar Core, which can be used to lookup more information about an error in the docs.
result_codes.operations
arrayAn array of operation Result Codes returned by Stellar Core, which can be used to lookup more information about an error in the docs.
Last updated
Was this helpful?