GitImportStatusDetail interface
Additional status information about an import request.
Properties
all |
All valid steps for the import process |
current |
Index into AllSteps for the current step |
error |
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