realm-kotlin
realm-kotlin copied to clipboard
Fix crashes on unmapped error codes
The SDK would crash if core throws an exception that is not mapped by the C-API.
This PR fixes this situation by handling these unmapped error codes into proper sync or app exceptions.