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
Added error logic to the cast as String conversion.
Added more detailed error handling in the casting of string values to type of T.
If decoding fails, instead of providing a generic message. Provides the user with clearer type error messages.
More explicit failure state for casting from string to bool.
If the user does not provide exactly values which are valid. Alert them to this issue.
0 commit comments