Additional status information about an import request.

interface GitImportStatusDetail {
    allSteps?: string[];
    currentStep?: number;
    errorMessage?: string;
}

Properties

allSteps?: string[]

All valid steps for the import process

currentStep?: number

Index into AllSteps for the current step

errorMessage?: string

Error message if the operation failed.