DecodeFailure

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

Companion:
object
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
Inherited from:
MessageFailure
def fillInStackTrace(): Throwable
Inherited from:
Throwable
final override def getCause: Throwable
Definition Classes
MessageFailure -> Throwable
Inherited from:
MessageFailure
def getLocalizedMessage(): String
Inherited from:
Throwable
final override def getMessage: String
Definition Classes
MessageFailure -> Throwable
Inherited from:
MessageFailure
def getStackTrace(): Array[StackTraceElement]
Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]
Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable
Inherited from:
Throwable

Provides a message appropriate for logging.

Provides a message appropriate for logging.

Inherited from:
MessageFailure
def printStackTrace(x$0: PrintWriter): Unit
Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit
Inherited from:
Throwable
Inherited from:
Throwable
def setStackTrace(x$0: Array[StackTraceElement]): Unit
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
def toString(): String
Inherited from:
Throwable