Methods
init
Use when you don’t need any merge conflict data - seealso: RecordMergeStrategyException#RecordMergeStrategyException(int,JsonElement,int, JsonElement,String)
init:oldData:remoteVersion:remoteData:error:
An exception that can contain all the merge issues
- Parameters:
localVersion
- The local version during the mergeoldData
- The local data during the mergeremoteVersion
- The remote version during the mergeremoteData
- The remote data during the mergeerror
- An error message describing the issue
init:
Use when you don’t need a reference to the actual conflicting data - seealso: RecordMergeStrategyException#RecordMergeStrategyException(int, JsonElement,int, JsonElement,String)