ErrorResponseExtras
public final class ErrorResponseExtras : Decodable, Sendable
Additional error information for transaction submission failures.
Contains transaction-specific debugging data including XDR representations and result codes from Stellar Core.
-
Base64-encoded XDR of the transaction envelope that failed.
Declaration
Swift
public let envelopeXdr: String? -
Base64-encoded XDR of the transaction result from Stellar Core.
Declaration
Swift
public let resultXdr: String? -
Parsed result codes indicating why the transaction or operations failed.
Declaration
Swift
public let resultCodes: ErrorResultCodes? -
Hash of the submitted transaction.
Declaration
Swift
public let txHash: String? -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash