final case class MediaTypeMissing(expected: Set[MediaRange]) extends UnsupportedMediaTypeFailure with Product with Serializable
Indicates that a Message attempting to be decoded has no MediaType and no EntityDecoder was lenient enough to accept it.
- Source
- MessageFailure.scala
- Alphabetic
- By Inheritance
- MediaTypeMissing
- Serializable
- Product
- Equals
- UnsupportedMediaTypeFailure
- NoStackTrace
- DecodeFailure
- MessageFailure
- RuntimeException
- Exception
- Throwable
- Serializable
- AnyRef
- Any
- by RichException
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new MediaTypeMissing(expected: Set[MediaRange])
Value Members
-
final
def
addSuppressed(arg0: Throwable): Unit
- Definition Classes
- Throwable
-
def
cause: Option[Throwable]
- Definition Classes
- UnsupportedMediaTypeFailure → MessageFailure
-
val
expected: Set[MediaRange]
- Definition Classes
- MediaTypeMissing → UnsupportedMediaTypeFailure
-
def
fillInStackTrace(): Throwable
- Definition Classes
- NoStackTrace → Throwable
-
final
def
getCause(): Throwable
- Definition Classes
- MessageFailure → Throwable
-
def
getLocalizedMessage(): String
- Definition Classes
- Throwable
-
final
def
getMessage(): String
- Definition Classes
- MessageFailure → Throwable
-
def
getStackTrace(): Array[StackTraceElement]
- Definition Classes
- Throwable
-
final
def
getSuppressed(): Array[Throwable]
- Definition Classes
- Throwable
-
def
initCause(arg0: Throwable): Throwable
- Definition Classes
- Throwable
-
def
message: String
Provides a message appropriate for logging.
Provides a message appropriate for logging.
- Definition Classes
- MediaTypeMissing → MessageFailure
-
def
printStackTrace(arg0: PrintWriter): Unit
- Definition Classes
- Throwable
-
def
printStackTrace(arg0: PrintStream): Unit
- Definition Classes
- Throwable
-
def
printStackTrace(): Unit
- Definition Classes
- Throwable
-
def
sanitizedResponsePrefix: String
- Definition Classes
- MediaTypeMissing → UnsupportedMediaTypeFailure
-
def
setStackTrace(arg0: Array[StackTraceElement]): Unit
- Definition Classes
- Throwable
-
def
toHttpResponse[F[_]](httpVersion: HttpVersion)(implicit arg0: Applicative[F]): F[Response[F]]
Provides a default rendering of this failure as a Response.
Provides a default rendering of this failure as a Response.
- Definition Classes
- UnsupportedMediaTypeFailure → MessageFailure
-
def
toString(): String
- Definition Classes
- Throwable → AnyRef → Any
Deprecated Value Members
-
def
getStackTraceString: String
- Implicit
- This member is added by an implicit conversion from MediaTypeMissing to RichException performed by method RichException in scala.Predef.
- Definition Classes
- RichException
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) use Throwable#getStackTrace