near-api-js - v7.0.4
    Preparing search index...

    Type Alias ActionError

    An error happened during Action execution

    type ActionError = {
        index?: number | null;
        kind: ActionErrorKind;
    }
    Index

    Properties

    Properties

    index?: number | null

    Index of the failed action in the transaction. Action index is not defined if ActionError.kind is ActionErrorKind::LackBalanceForState

    The kind of ActionError happened