WrittenObjectsTooLarge
Namespace: IotaSdk
Indicates the transaction tried to write objects too large to storage
internal record class WrittenObjectsTooLarge : ExecutionError, System.IDisposable, System.IEquatable`1[[IotaSdk.ExecutionError, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.ExecutionError+WrittenObjectsTooLarge, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → ExecutionError → WrittenObjectsTooLarge
Implements IDisposable, IEquatable<ExecutionError>, IEquatable<WrittenObjectsTooLarge>
Attributes NullableAttribute
Properties
ObjectSize
public ulong ObjectSize { get; init; }
Property Value
MaxObjectSize
public ulong MaxObjectSize { get; init; }
Property Value
Constructors
WrittenObjectsTooLarge(UInt64, UInt64)
Indicates the transaction tried to write objects too large to storage
public WrittenObjectsTooLarge(ulong ObjectSize, ulong MaxObjectSize)
Parameters
ObjectSize UInt64
MaxObjectSize UInt64