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
I have noticed that, when sending an incorrect request (e.g. an object with a string where a number is expected), MediaType.cast and MediaType.unmarshal will raise InvalidMediaTypeValue in all cases, which is actually misleading: the media type is correct (e.g. application/json), but the validation raises an incorrect error. Was that on purpose?