MalformedMessageBodyFailure

final case class MalformedMessageBodyFailure(details: String, cause: Option[Throwable]) extends MessageBodyFailure

Indicates an syntactic error decoding the body of an HTTP Message.

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

Value members

Concrete methods

def toHttpResponse[F[_]](httpVersion: HttpVersion): Response[F]

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