Class UnacceptedResponseContentTypeRejection

java.lang.Object
akka.http.scaladsl.server.UnacceptedResponseContentTypeRejection
All Implemented Interfaces:
Rejection, UnacceptedResponseContentTypeRejection, Rejection, Serializable, scala.Equals, scala.Product

public final class UnacceptedResponseContentTypeRejection extends Object implements UnacceptedResponseContentTypeRejection, Rejection, scala.Product, Serializable
Rejection created by marshallers. Signals that the request was rejected because the service is not capable of producing a response entity whose content type is accepted by the client
See Also: