realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Fix crashes on unmapped error codes

Open clementetb opened this issue 2 years ago • 0 comments

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.

clementetb avatar Aug 04 '22 16:08 clementetb