Slava

Results 6 comments of Slava

@Arthur-Rolland have you found any solution for the problem by any chance? I'm facing the same issue (but with Google's MLKit as a dependency) and hope you can push me...

I've just faced the same issue and my solution is to implement a generic class that wraps the object and the error: ``` class FailableObject : Mappable { var object:...

@kunalcodes try the updated code, please. Note, that now I placed validation logic inside the initializer of the entity class.

@kunalcodes, @KralMurat It is not so elegant and obvious for arrays as for objects but the idea is the same: wrap the array of objects and the error. But here...