Interface MethodCallTransactionFailedResponse

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

public interface MethodCallTransactionFailedResponse extends MethodCallTransactionResponse, FailedTransactionResponse
A response for a failed transaction that should have called a method in a node.
  • Method Details

    • getWhere

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