GitForkOperationStatusDetail interface

Status information about a requested fork operation.

Properties

allSteps

All valid steps for the forking process

currentStep

Index into AllSteps for the current step

errorMessage

Error message if the operation failed.

Property Details

allSteps

All valid steps for the forking 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