Class HederaPreCheckStatusException

All Implemented Interfaces:
Serializable

@Deprecated public final class HederaPreCheckStatusException extends PrecheckStatusException
Deprecated.
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".

See Also:
  • Constructor Details

    • HederaPreCheckStatusException

      HederaPreCheckStatusException(Status status, @Nullable TransactionId transactionId)
      Deprecated.