[RKOTLIN-1096] Add SyncException.isFatal to signal unrecoverable sync exceptions #1329
Annotations
9 warnings
|
|
|
|
file:///home/runner/work/realm-kotlin/realm-kotlin/packages/library-sync/src/commonMain/kotlin/io/realm/kotlin/mongodb/exceptions/SyncExceptions.kt:72:5 '@deprecated(...) class UnrecoverableSyncException : SyncException' is deprecated. This will be removed in the future. Test for SyncException.isFatal instead.
|
file:///home/runner/work/realm-kotlin/realm-kotlin/packages/library-sync/src/commonMain/kotlin/io/realm/kotlin/mongodb/internal/RealmSyncUtils.kt:20:8 '@deprecated(...) class UnrecoverableSyncException : SyncException' is deprecated. This will be removed in the future. Test for SyncException.isFatal instead.
|
file:///home/runner/work/realm-kotlin/realm-kotlin/packages/library-sync/src/commonMain/kotlin/io/realm/kotlin/mongodb/internal/RealmSyncUtils.kt:99:13 'constructor(message: String): UnrecoverableSyncException' is deprecated. This will be removed in the future. Test for SyncException.isFatal instead.
|
file:///home/runner/work/realm-kotlin/realm-kotlin/packages/library-sync/src/commonMain/kotlin/io/realm/kotlin/mongodb/internal/RealmSyncUtils.kt:106:25 'constructor(message: String): UnrecoverableSyncException' is deprecated. This will be removed in the future. Test for SyncException.isFatal instead.
|
|
This job succeeded
Loading