aftermath-ts-sdk - v3.3.3
    Preparing search index...
    MoveErrors: Record<
        PackageId,
        Record<"ANY" | ModuleName, Record<MoveErrorCode, string>>,
    >

    Move abort messages keyed by package ID, module name, and numeric error code.

    The module key may be "ANY" to provide a package-wide fallback. Translation checks the exact module before it checks that fallback.