Skip to main content

Home > git-documentdb > SyncResultMergeAndPushError

SyncResultMergeAndPushError type#

Synchronization created a merge commit and failed to push it.

Signature:
export declare type SyncResultMergeAndPushError = {
action: 'merge and push error';
changes: {
local: ChangedFile[];
};
commits?: {
local: NormalizedCommit[];
};
error: Error;
};
References:

ChangedFile , NormalizedCommit

Remarks#

  • commits are sorted from old to new.

  • commits.local: List of commits that had been pulled to local