Module io.hotmoka.node.api
Package io.hotmoka.node.api.responses
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 Summary
Methods inherited from interface io.hotmoka.node.api.responses.FailedTransactionResponse
getClassNameOfCause, getGasConsumedForPenalty, getMessageOfCauseMethods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.responses.NonInitialTransactionResponse
getGasConsumedForCPU, getGasConsumedForRAM, getGasConsumedForStorageMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponse
equals, hashCode, toStringMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponseWithUpdates
getUpdates
-
Method Details
-
getWhere
String getWhere()Yields the program point where the cause exception occurred.- Returns:
- the program point
-