Function registerAppBranch
- registerAppBranch(args): Promise<void>
Parameters
- args: {
appId: string;
appAccessToken?: string;
appBranchId: string;
appBranchProfile?: string;
appBranchRootDirPath: string;
appBranchOverrideMetaDataFileName?: string;
isAppBranchNotEmptyRootDirAllowed: boolean;
}appId: string
OptionalappAccessToken?: string
appBranchId: string
OptionalappBranchProfile?: string
appBranchRootDirPath: string
OptionalappBranchOverrideMetaDataFileName?: string
isAppBranchNotEmptyRootDirAllowed: boolean
Returns Promise<void>
Throws
AppAccessTokenIsInvalid
Throws
AppBranchDoesNotExist
Throws
AppBranchIsPreinstalled
Throws
AppBranchIsAlreadyRegistered
Throws
AppBranchRootDirPermissionsAreInsufficient
Throws
AppBranchRootDirIsConflictingWithOtherFileSystemEntry
Throws
AppBranchRootDirIsNotEmpty
Throws
ServiceConnectionIsNotAvailable