Class UnsupportedRequestContentTypeRejection

java.lang.Object
org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
All Implemented Interfaces:
Serializable, Rejection, UnsupportedRequestContentTypeRejection, Rejection, scala.Equals, scala.Product

public final class UnsupportedRequestContentTypeRejection extends Object implements UnsupportedRequestContentTypeRejection, Rejection, scala.Product, Serializable
Rejection created by unmarshallers. Signals that the request was rejected because the requests content-type is unsupported.
See Also: