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
{{ message }}
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
There is no easy way to map all errors that are thrown from library. For example Serializer has internal enum Errors and I want to catch this errors and be able to handle each case separately without need to create parser of this errors and update this parser each time when I'm updating library version
Describe the solution you'd like
Make all enums (not only in Serializer) with Errors public
Is your feature request related to a problem? Please describe.
There is no easy way to map all errors that are thrown from library. For example
Serializerhas internal enumErrorsand I want to catch this errors and be able to handle each case separately without need to create parser of this errors and update this parser each time when I'm updating library versionDescribe the solution you'd like
Make all enums (not only in
Serializer) with ErrorspublicAdditional context
