Documentation
    Preparing search index...

    Interface MoveAbortError

    interface MoveAbortError {
        MoveAbort?: {
            abortCode?: string | number | bigint;
            cleverError?: { constantName?: string };
            location?: { module?: string };
        };
    }
    Index
    MoveAbort?: {
        abortCode?: string | number | bigint;
        cleverError?: { constantName?: string };
        location?: { module?: string };
    }