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
Drupal 8's normalizers' denormalize() implementations throw UnexpectedValueException to indicate unexpected values in the received data, which cannot be denormalized to corresponding PHP objects. Such exceptions should result in a 422 response: \Symfony\Component\HttpKernel\Exception\UnprocessableEntityHttpException.
Sadly, the same exception is used in Symfony's encoders/decoders — it is thrown by: