Class UnacceptedResponseEncodingRejection

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

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