Skip to main content

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 ObjectCommandArgumentErrorSecondaryIndexOutOfBounds
Implements IEquatable<CommandArgumentError>, IEquatable<SecondaryIndexOutOfBounds>
Attributes NullableAttribute

Properties

Result

public ushort Result { get; init; }

Property Value

UInt16

Subresult

public ushort Subresult { get; init; }

Property Value

UInt16

Constructors

SecondaryIndexOutOfBounds(UInt16, UInt16)

Out of bounds access to subresult

public SecondaryIndexOutOfBounds(ushort Result, ushort Subresult)

Parameters

Result UInt16

Subresult UInt16