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