aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Parsed location of a Move abort, the output of Helpers.parseMoveErrorMessage.

    interface ParsedMoveError {
        errorCode: number;
        module: string;
        packageId: string;
    }

    Hierarchy (View Summary)

    Index
    errorCode: number

    Numeric abort code emitted by the Move package.

    module: string

    Move module that emitted the abort.

    packageId: string

    Published package ID that emitted the abort.