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
Trying to unmarshal a JSON null value into lduser.User now returns an error of type *json.UnmarshalTypeError, rather than misleadingly returning lduser.ErrMissingKey().
Trying to unmarshal a JSON value of the wrong type into ldvalue.OptionalBool, ldvalue.OptionalInt, or ldvalue.OptionalString now returns an error of type *json.UnmarshalTypeError, rather than a generic error string from errors.New().
The error lduser.ErrMissingKey() had an empty error string.