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
It's not a good idea to expose internal details to external users when this library is used for some sort of service. At least the library should provide a way to customize error messages.
See also #253 - an attempt to resurrect v1 behaviour on other place.
If custom capture generate an error, then user will receive an error message with full struct name.
panic: Number.Number: problem
An error message with type name or token name will be much better:
<float>: problem
The text was updated successfully, but these errors were encountered: