MediaTypeMismatch

final case class MediaTypeMismatch(messageType: MediaType, expected: Set[MediaRange]) extends UnsupportedMediaTypeFailure

Indicates that no EntityDecoder matches the MediaType of the Message being decoded

trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
override def fillInStackTrace(): Throwable
Definition Classes
Inherited from:
NoStackTrace
final override def getCause: Throwable
Definition Classes
Inherited from:
MessageFailure
Inherited from:
Throwable
final override def getMessage: String
Definition Classes
Inherited from:
MessageFailure
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Product
protected def responseMsg: String
def toHttpResponse[F[_]](httpVersion: HttpVersion): Response[F]
Inherited from:
Throwable