SecondaryIndexOutOfBounds
Namespace: IotaSdk
Out of bounds access to subresult
internal record class SecondaryIndexOutOfBounds : CommandArgumentError, System.IEquatable`1[[IotaSdk.CommandArgumentError, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.CommandArgumentError+SecondaryIndexOutOfBounds, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → CommandArgumentError → SecondaryIndexOutOfBounds
Implements IEquatable<CommandArgumentError>, IEquatable<SecondaryIndexOutOfBounds>
Attributes NullableAttribute
Properties
Result
public ushort Result { get; init; }
Property Value
Subresult
public ushort Subresult { get; init; }
Property Value
Constructors
SecondaryIndexOutOfBounds(UInt16, UInt16)
Out of bounds access to subresult
public SecondaryIndexOutOfBounds(ushort Result, ushort Subresult)
Parameters
Result UInt16
Subresult UInt16