Interface ConstructorCallTransactionFailedResponse

All Superinterfaces:
CodeExecutionTransactionResponse, ConstructorCallTransactionResponse, FailedTransactionResponse, io.hotmoka.marshalling.api.Marshallable, NonInitialTransactionResponse, TransactionResponse, TransactionResponseWithUpdates

public interface ConstructorCallTransactionFailedResponse extends ConstructorCallTransactionResponse, FailedTransactionResponse
A response for a failed transaction that should have called a constructor of a storage class in the node.
  • Method Details

    • getWhere

      String getWhere()
      Yields the program point where the cause exception occurred.
      Returns:
      the program point