MessageFailure

org.http4s.MessageFailure

Indicates a failure to handle an HTTP Message.

Attributes

Source
MessageFailure.scala
Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

Attributes

Source
MessageFailure.scala

Provides a message appropriate for logging.

Provides a message appropriate for logging.

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

Concrete methods

final override def getCause: Throwable

Attributes

Definition Classes
Source
MessageFailure.scala
final override def getMessage: String

Attributes

Definition Classes
Source
MessageFailure.scala

Inherited methods

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

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