MediaTypeMismatch

org.http4s.MediaTypeMismatch

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

Attributes

Source
MessageFailure.scala
Graph
Supertypes
trait Product
trait Equals
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Provides a message appropriate for logging.

Provides a message appropriate for logging.

Attributes

Source
MessageFailure.scala

Inherited methods

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
UnsupportedMediaTypeFailure
Source
MessageFailure.scala
protected def expectedMsg: String

Attributes

Inherited from:
UnsupportedMediaTypeFailure
Source
MessageFailure.scala
override def fillInStackTrace(): Throwable

Attributes

Definition Classes
Inherited from:
NoStackTrace
final override def getCause: Throwable

Attributes

Definition Classes
Inherited from:
MessageFailure
Source
MessageFailure.scala

Attributes

Inherited from:
Throwable
final override def getMessage: String

Attributes

Definition Classes
Inherited from:
MessageFailure
Source
MessageFailure.scala

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
protected def responseMsg: String

Attributes

Inherited from:
UnsupportedMediaTypeFailure
Source
MessageFailure.scala

Attributes

Inherited from:
Throwable

Provides a default rendering of this failure as a Response.

Provides a default rendering of this failure as a Response.

Attributes

Inherited from:
UnsupportedMediaTypeFailure
Source
MessageFailure.scala
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable