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
For some conversion options, verify appears to reject some values that toObject can produce. For example, longs: String is a valid conversion option, but if a string is provided, verify outputs uint_64: integer|Long expected. Similarly, enums: String is a valid conversion option, but if a string is provided, verify outputs enum_value: enum value expected.