Skip to main content

ExecutionCanceledDueToExecutionWorkerCongestion

Namespace: IotaSdk

Certificate is canceled because the execution workers are congested; suggested gas price can be used to give this certificate more priority. No individual object is responsible, so none is reported.

internal record class ExecutionCanceledDueToExecutionWorkerCongestion : ExecutionError, System.IDisposable, System.IEquatable`1[[IotaSdk.ExecutionError, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.ExecutionError+ExecutionCanceledDueToExecutionWorkerCongestion, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectExecutionErrorExecutionCanceledDueToExecutionWorkerCongestion
Implements IDisposable, IEquatable<ExecutionError>, IEquatable<ExecutionCanceledDueToExecutionWorkerCongestion>
Attributes NullableAttribute

Properties

SuggestedGasPrice

public ulong SuggestedGasPrice { get; init; }

Property Value

UInt64

Constructors

ExecutionCanceledDueToExecutionWorkerCongestion(UInt64)

Certificate is canceled because the execution workers are congested; suggested gas price can be used to give this certificate more priority. No individual object is responsible, so none is reported.

public ExecutionCanceledDueToExecutionWorkerCongestion(ulong SuggestedGasPrice)

Parameters

SuggestedGasPrice UInt64