Class UnsatisfiableRangeRejection

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

public final class UnsatisfiableRangeRejection extends Object implements UnsatisfiableRangeRejection, Rejection, scala.Product, Serializable
Rejection created by range directives. Signals that the request was rejected because the requests contains only unsatisfiable ByteRanges. The actualEntityLength gives the client a hint to create satisfiable ByteRanges.
See Also: