Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 534 Bytes

PrecheckStatus.md

File metadata and controls

17 lines (10 loc) · 534 Bytes

class PrecheckStatusError extends Error

Signals that a transaction has failed the pre-check. Before a node submits a transaction to the rest of the network, it attempts some cheap assertions. This process is called the "pre-check".

Fields

status: Status

The status of the failing transaction


transactionId: TransactionId

The ID of the transaction that failed. This can be null if a query fails pre-check without an associated payment transaction.