GitImportStatusDetail interface

Additional status information about an import request.

Properties

allSteps

All valid steps for the import process

currentStep

Index into AllSteps for the current step

errorMessage

Error message if the operation failed.

Property Details

allSteps

All valid steps for the import process

allSteps: string[]

Property Value

string[]

currentStep

Index into AllSteps for the current step

currentStep: number

Property Value

number

errorMessage

Error message if the operation failed.

errorMessage: string

Property Value

string