ObjectTooBig
Namespace: IotaSdk
Move object is larger than the maximum allowed size
internal record class ObjectTooBig : ExecutionError, System.IDisposable, System.IEquatable`1[[IotaSdk.ExecutionError, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.ExecutionError+ObjectTooBig, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → ExecutionError → ObjectTooBig
Implements IDisposable, IEquatable<ExecutionError>, IEquatable<ObjectTooBig>
Attributes NullableAttribute
Properties
ObjectSize
public ulong ObjectSize { get; init; }
Property Value
MaxObjectSize
public ulong MaxObjectSize { get; init; }
Property Value
Constructors
ObjectTooBig(UInt64, UInt64)
Move object is larger than the maximum allowed size
public ObjectTooBig(ulong ObjectSize, ulong MaxObjectSize)
Parameters
ObjectSize UInt64
MaxObjectSize UInt64