Slava
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...
same here :(
x86-64 (intel core i5)
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...