MediaTypeMissing

final case class MediaTypeMissing(expected: Set[MediaRange]) extends UnsupportedMediaTypeFailure

Indicates that a Message attempting to be decoded has no MediaType and no EntityDecoder was lenient enough to accept it.

trait Product
trait Equals
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def message: String

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from
Throwable
def cause: Option[Throwable]
protected def expectedMsg: String
override def fillInStackTrace(): Throwable
Definition Classes
NoStackTrace -> Throwable
Inherited from
NoStackTrace
final override def getCause: Throwable
Definition Classes
MessageFailure -> Throwable
Inherited from
MessageFailure
def getLocalizedMessage(): String
Inherited from
Throwable
final override def getMessage: String
Definition Classes
MessageFailure -> Throwable
Inherited from
MessageFailure
def getStackTrace(): Array[StackTraceElement]
Inherited from
Throwable
final def getSuppressed(): Array[Throwable]
Inherited from
Throwable
def initCause(x$0: Throwable): Throwable
Inherited from
Throwable
def printStackTrace(x$0: PrintWriter): Unit
Inherited from
Throwable
def printStackTrace(x$0: PrintStream): Unit
Inherited from
Throwable
def printStackTrace(): Unit
Inherited from
Throwable
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
protected def responseMsg: String
Inherited from
NoStackTrace
def setStackTrace(x$0: Array[StackTraceElement]): Unit
Inherited from
Throwable
def toHttpResponse[F[_]](httpVersion: HttpVersion): Response[F]
def toString(): String
Inherited from
Throwable