MessageFailure

Indicates a failure to handle an HTTP Message.

Source:
MessageFailure.scala
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Abstract methods

Provides a message appropriate for logging.

Provides a message appropriate for logging.

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.

Source:
MessageFailure.scala

Concrete methods

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

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable