You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kotlin throws a higher level error when a record fails to parse whereas Swift throws an specific error for the mandatory field in the record that could not be parsed. Refactor the Kotlin code generation to throw errors for mandatory fields consistent with Swift.
The text was updated successfully, but these errors were encountered:
Kotlin throws a higher level error when a record fails to parse whereas Swift throws an specific error for the mandatory field in the record that could not be parsed. Refactor the Kotlin code generation to throw errors for mandatory fields consistent with Swift.
The text was updated successfully, but these errors were encountered: