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
Coming from #2269 (review).
When deserializing, all exception will be wrapped with DeserializationError, but when creating models, the raw error will be exposed though it also contains sort of deserialization. It's better to standardize behavior for all kinds of serialization and deserialization exceptions.
cc: @iscai-msft
The text was updated successfully, but these errors were encountered:
Coming from #2269 (review).
When deserializing, all exception will be wrapped with
DeserializationError
, but when creating models, the raw error will be exposed though it also contains sort of deserialization. It's better to standardize behavior for all kinds of serialization and deserialization exceptions.cc: @iscai-msft
The text was updated successfully, but these errors were encountered: