MalformedMessageBodyFailure
org.http4s.MalformedMessageBodyFailure
final case class MalformedMessageBodyFailure(details: String, cause: Option[Throwable]) extends MessageBodyFailure
Indicates an syntactic error decoding the body of an HTTP Message.
Attributes
- Source
- MessageFailure.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait MessageBodyFailuretrait DecodeFailuretrait MessageFailureclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Provides a message appropriate for logging.
Provides a default rendering of this failure as a Response.
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
- Inherited from:
- MessageFailure
- Source
- MessageFailure.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
- Inherited from:
- MessageFailure
- Source
- MessageFailure.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Throwable
In this article