Module io.hotmoka.network
Package io.hotmoka.network.responses
Class MethodCallTransactionFailedResponseModel
java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
io.hotmoka.network.responses.MethodCallTransactionResponseModel
io.hotmoka.network.responses.MethodCallTransactionFailedResponseModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe fully-qualified class name of the cause exception.The amount of gas consumed by the transaction as penalty for the failure.The message of the cause exception.The program point where the cause exception occurred.Fields inherited from class io.hotmoka.network.responses.MethodCallTransactionResponseModel
selfChargedFields inherited from class io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
gasConsumedForCPU, gasConsumedForRAM, gasConsumedForStorage, updates -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
gasConsumedForPenalty
The amount of gas consumed by the transaction as penalty for the failure. -
classNameOfCause
The fully-qualified class name of the cause exception. -
messageOfCause
The message of the cause exception. -
where
The program point where the cause exception occurred.
-
-
Constructor Details
-
MethodCallTransactionFailedResponseModel
-
MethodCallTransactionFailedResponseModel
public MethodCallTransactionFailedResponseModel()
-
-
Method Details
-
toBean
-