Packages

object Rejections

Source
Rejections.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rejections
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def authenticationCredentialsMissing(challenge: HttpChallenge): AuthenticationFailedRejection
  2. def authenticationCredentialsRejected(challenge: HttpChallenge): AuthenticationFailedRejection
  3. def authorizationFailed: scaladsl.server.AuthorizationFailedRejection
  4. def expectedWebSocketRequest: scaladsl.server.ExpectedWebSocketRequestRejection
  5. def invalidRequiredValueForQueryParam(parameterName: String, requiredValue: String, actualValue: String): InvalidRequiredValueForQueryParamRejection
  6. def malformedFormField(fieldName: String, errorMsg: String, cause: Optional[Throwable]): scaladsl.server.MalformedFormFieldRejection
  7. def malformedFormField(fieldName: String, errorMsg: String): MalformedFormFieldRejection
  8. def malformedHeader(headerName: String, errorMsg: String, cause: Optional[Throwable]): scaladsl.server.MalformedHeaderRejection
  9. def malformedHeader(headerName: String, errorMsg: String): MalformedHeaderRejection
  10. def malformedQueryParam(parameterName: String, errorMsg: String, cause: Optional[Throwable]): MalformedQueryParamRejection
  11. def malformedQueryParam(parameterName: String, errorMsg: String): MalformedQueryParamRejection
  12. def malformedRequestContent(message: String, cause: Throwable): scaladsl.server.MalformedRequestContentRejection
  13. def method(supported: HttpMethod): MethodRejection
  14. def missingCookie(cookieName: String): scaladsl.server.MissingCookieRejection
  15. def missingFormField(fieldName: String): MissingFormFieldRejection
  16. def missingHeader(headerName: String): MissingHeaderRejection
  17. def missingQueryParam(parameterName: String): MissingQueryParamRejection
  18. def rejectionError(rejection: Rejection): scaladsl.server.RejectionError
  19. def requestEntityExpected: RequestEntityExpectedRejection
  20. def scheme(supported: String): SchemeRejection
  21. def tooManyRanges(maxRanges: Int): scaladsl.server.TooManyRangesRejection
  22. def transformationRejection(f: Function[List[Rejection], List[Rejection]]): scaladsl.server.TransformationRejection
  23. def unacceptedResponseContentType(supportedContentTypes: Iterable[ContentType], supportedMediaTypes: Iterable[MediaType]): UnacceptedResponseContentTypeRejection
  24. def unacceptedResponseEncoding(supported: Iterable[HttpEncoding]): scaladsl.server.UnacceptedResponseEncodingRejection
  25. def unacceptedResponseEncoding(supported: HttpEncoding): scaladsl.server.UnacceptedResponseEncodingRejection
  26. def unsatisfiableRange(unsatisfiableRanges: Iterable[ByteRange], actualEntityLength: Long): scaladsl.server.UnsatisfiableRangeRejection
  27. def unsupportedRequestContentType(supported: Iterable[MediaType]): UnsupportedRequestContentTypeRejection
  28. def unsupportedRequestContentType(supported: Iterable[MediaType], contentType: Optional[ContentType]): UnsupportedRequestContentTypeRejection
  29. def unsupportedRequestEncoding(supported: HttpEncoding): UnsupportedRequestEncodingRejection
  30. def validationRejection(message: String, cause: Optional[Throwable]): scaladsl.server.ValidationRejection
  31. def validationRejection(message: String): scaladsl.server.ValidationRejection