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

    Parsed Move abort plus the human-readable message resolved from the registry.

    interface TranslatedMoveError {
        error: string;
        errorCode: number;
        module: string;
        packageId: string;
    }

    Hierarchy (View Summary)

    Index
    error: string

    Human-readable message mapped from the package, module, and error code.

    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.