object Rejections
- Source
 - Rejections.scala
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- Rejections
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  def authenticationCredentialsMissing(challenge: HttpChallenge): AuthenticationFailedRejection
 -  def authenticationCredentialsRejected(challenge: HttpChallenge): AuthenticationFailedRejection
 -  def authorizationFailed: scaladsl.server.AuthorizationFailedRejection
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  def expectedWebSocketRequest: scaladsl.server.ExpectedWebSocketRequestRejection
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -  def invalidRequiredValueForQueryParam(parameterName: String, requiredValue: String, actualValue: String): InvalidRequiredValueForQueryParamRejection
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  def malformedFormField(fieldName: String, errorMsg: String, cause: Optional[Throwable]): scaladsl.server.MalformedFormFieldRejection
 -  def malformedFormField(fieldName: String, errorMsg: String): MalformedFormFieldRejection
 -  def malformedHeader(headerName: String, errorMsg: String, cause: Optional[Throwable]): scaladsl.server.MalformedHeaderRejection
 -  def malformedHeader(headerName: String, errorMsg: String): MalformedHeaderRejection
 -  def malformedQueryParam(parameterName: String, errorMsg: String, cause: Optional[Throwable]): MalformedQueryParamRejection
 -  def malformedQueryParam(parameterName: String, errorMsg: String): MalformedQueryParamRejection
 -  def malformedRequestContent(message: String, cause: Throwable): scaladsl.server.MalformedRequestContentRejection
 -  def method(supported: HttpMethod): MethodRejection
 -  def missingCookie(cookieName: String): scaladsl.server.MissingCookieRejection
 -  def missingFormField(fieldName: String): MissingFormFieldRejection
 -  def missingHeader(headerName: String): MissingHeaderRejection
 -  def missingQueryParam(parameterName: String): MissingQueryParamRejection
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -  def rejectionError(rejection: Rejection): scaladsl.server.RejectionError
 -  def requestEntityExpected: RequestEntityExpectedRejection
 -  def scheme(supported: String): SchemeRejection
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -  def tooManyRanges(maxRanges: Int): scaladsl.server.TooManyRangesRejection
 -  def transformationRejection(f: Function[List[Rejection], List[Rejection]]): scaladsl.server.TransformationRejection
 -  def unacceptedResponseContentType(supportedContentTypes: Iterable[ContentType], supportedMediaTypes: Iterable[MediaType]): UnacceptedResponseContentTypeRejection
 -  def unacceptedResponseEncoding(supported: Iterable[HttpEncoding]): scaladsl.server.UnacceptedResponseEncodingRejection
 -  def unacceptedResponseEncoding(supported: HttpEncoding): scaladsl.server.UnacceptedResponseEncodingRejection
 -  def unsatisfiableRange(unsatisfiableRanges: Iterable[ByteRange], actualEntityLength: Long): scaladsl.server.UnsatisfiableRangeRejection
 -  def unsupportedRequestContentType(supported: Iterable[MediaType]): UnsupportedRequestContentTypeRejection
 -  def unsupportedRequestContentType(supported: Iterable[MediaType], contentType: Optional[ContentType]): UnsupportedRequestContentTypeRejection
 -  def unsupportedRequestEncoding(supported: HttpEncoding): UnsupportedRequestEncodingRejection
 -  def validationRejection(message: String, cause: Optional[Throwable]): scaladsl.server.ValidationRejection
 -  def validationRejection(message: String): scaladsl.server.ValidationRejection
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()