- All Implemented Interfaces:
- java.io.Serializable, MalformedRequestContentRejection, Rejection, scala.Equals, scala.Product
public final class MalformedRequestContentRejection
extends java.lang.Object
implements MalformedRequestContentRejection, Rejection, scala.Product, java.io.Serializable
Rejection created by unmarshallers.
Signals that the request was rejected because unmarshalling failed with an error that wasn't
an IllegalArgumentException
. Usually that means that the request content was not of the expected format.
Note that semantic issues with the request content (e.g. because some parameter was out of range)
will usually trigger a ValidationRejection
instead.
- See Also:
- Serialized Form