GitImportStatusDetail interface

有关导入请求的其他状态信息。

属性

allSteps

导入过程的所有有效步骤

currentStep

为当前步骤编制索引到 AllSteps

errorMessage

如果操作失败,则显示错误消息。

属性详细信息

allSteps

导入过程的所有有效步骤

allSteps: string[]

属性值

string[]

currentStep

为当前步骤编制索引到 AllSteps

currentStep: number

属性值

number

errorMessage

如果操作失败,则显示错误消息。

errorMessage: string

属性值

string