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 Object → ExecutionError → CommandArgument
Implements IDisposable, IEquatable<ExecutionError>, IEquatable<CommandArgument>
Attributes NullableAttribute
Properties
Argument
public ushort Argument { get; init; }
Property Value
Kind
public CommandArgumentError Kind { get; init; }
Property Value
Constructors
CommandArgument(UInt16, CommandArgumentError)
Invalid command argument
public CommandArgument(ushort Argument, CommandArgumentError Kind)
Parameters
Argument UInt16
Kind CommandArgumentError