UnsupportedMediaTypeFailure

org.http4s.UnsupportedMediaTypeFailure
sealed abstract class UnsupportedMediaTypeFailure extends DecodeFailure with NoStackTrace

Indicates that a Message came with no supported MediaType.

Attributes

Source:
MessageFailure.scala
Graph
Supertypes
class Exception
class Throwable
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Attributes

Source:
MessageFailure.scala

Concrete methods

protected def expectedMsg: String

Attributes

Source:
MessageFailure.scala
protected def responseMsg: String

Attributes

Source:
MessageFailure.scala
def toHttpResponse[F[_]](httpVersion: HttpVersion): Response[F]

Provides a default rendering of this failure as a Response.

Provides a default rendering of this failure as a Response.

Attributes

Source:
MessageFailure.scala

Inherited methods

Attributes

Inherited from:
Throwable
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

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Provides a message appropriate for logging.

Provides a message appropriate for logging.

Attributes

Inherited from:
MessageFailure
Source:
MessageFailure.scala

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

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