Skip to main content

MoveAuthentication

Namespace: IotaSdk

The transaction's Move-based authentication failed while executing an authenticator, before the programmable transaction was run. The wrapped error is the failure produced by the authenticator's execution.

internal record class MoveAuthentication : ExecutionError, System.IDisposable, System.IEquatable`1[[IotaSdk.ExecutionError, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.ExecutionError+MoveAuthentication, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectExecutionErrorMoveAuthentication
Implements IDisposable, IEquatable<ExecutionError>, IEquatable<MoveAuthentication>
Attributes NullableAttribute

Properties

Error

public ExecutionErrorWrapper Error { get; init; }

Property Value

ExecutionErrorWrapper

Constructors

MoveAuthentication(ExecutionErrorWrapper)

The transaction's Move-based authentication failed while executing an authenticator, before the programmable transaction was run. The wrapped error is the failure produced by the authenticator's execution.

public MoveAuthentication(ExecutionErrorWrapper Error)

Parameters

Error ExecutionErrorWrapper