Function startAppBranchRepairTask
- startAppBranchRepairTask(args): Promise<{
appBranchRepairTaskId: number;
}> Parameters
- args: {
appId: string;
appAccessToken?: string;
appBranchId: string;
appBranchProfile?: string;
appBranchDownloadingCredentials?: AppBranchDownloadingCredentials;
}appId: string
Optional
appAccessToken?: string
appBranchId: string
Optional
appBranchProfile?: string
Returns Promise<{
appBranchRepairTaskId: number;
}>
Throws
AppAccessTokenIsInvalid
Throws
AppBranchDoesNotExist
Throws
AppBranchIsNotRegistered
Throws
AppBranchIsPreinstalled
Throws
AppBranchOngoingTaskExists
Throws
AppBranchRootDirPermissionsAreInsufficient
Throws
ServiceConnectionIsNotAvailable
See