Class ExecutionStatuses

java.lang.Object
com.exonum.binding.common.blockchain.ExecutionStatuses

public final class ExecutionStatuses
extends Object
Provides factory methods for creating some execution statuses, which represent a result of the runtime operation execution (most often — service transaction execution).

Only the factory methods for the most common statuses are provided; consider using the Runtime.ExecutionStatus.newBuilder() for other error kinds.

See Also:
Runtime.ExecutionStatus
  • Method Details