Class UnsupportedRequestContentTypeRejection

java.lang.Object
akka.http.scaladsl.server.UnsupportedRequestContentTypeRejection
All Implemented Interfaces:
Rejection, UnsupportedRequestContentTypeRejection, Rejection, Serializable, 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: