DecodeFailure

Indicates a problem decoding a Message. This may either be a problem with the entity headers or with the entity itself.

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

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
Inherited from:
Throwable
final override def getCause: Throwable
Definition Classes
Inherited from:
MessageFailure
Source:
MessageFailure.scala
Inherited from:
Throwable
final override def getMessage: String
Definition Classes
Inherited from:
MessageFailure
Source:
MessageFailure.scala
Inherited from:
Throwable
Inherited from:
Throwable

Provides a message appropriate for logging.

Provides a message appropriate for logging.

Inherited from:
MessageFailure
Source:
MessageFailure.scala
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
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.

Inherited from:
MessageFailure
Source:
MessageFailure.scala
Inherited from:
Throwable