Skip to main content

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 ObjectExecutionErrorPackageTooBig
Implements IDisposable, IEquatable<ExecutionError>, IEquatable<PackageTooBig>
Attributes NullableAttribute

Properties

ObjectSize

public ulong ObjectSize { get; init; }

Property Value

UInt64

MaxObjectSize

public ulong MaxObjectSize { get; init; }

Property Value

UInt64

Constructors

PackageTooBig(UInt64, UInt64)

Package is larger than the maximum allowed size

public PackageTooBig(ulong ObjectSize, ulong MaxObjectSize)

Parameters

ObjectSize UInt64

MaxObjectSize UInt64