Skip to main content

CommandArgument

Namespace: IotaSdk

Invalid command argument

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

Inheritance ObjectExecutionErrorCommandArgument
Implements IDisposable, IEquatable<ExecutionError>, IEquatable<CommandArgument>
Attributes NullableAttribute

Properties

Argument

public ushort Argument { get; init; }

Property Value

UInt16

Kind

public CommandArgumentError Kind { get; init; }

Property Value

CommandArgumentError

Constructors

CommandArgument(UInt16, CommandArgumentError)

Invalid command argument

public CommandArgument(ushort Argument, CommandArgumentError Kind)

Parameters

Argument UInt16

Kind CommandArgumentError