org.http4s.DecodeFailure
See theDecodeFailure companion object
trait DecodeFailure extends MessageFailure
Indicates a problem decoding a Message. This may either be a problem with the entity headers or with the entity itself.
Attributes
- Companion
- object
- Source
- MessageFailure.scala
- Graph
-
- Supertypes
-
trait MessageFailureclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- MessageFailure
- Source
- MessageFailure.scala
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
Provides a message appropriate for logging.
Provides a message appropriate for logging.
Attributes
- Inherited from:
- MessageFailure
- Source
- MessageFailure.scala
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Provides a default rendering of this failure as a Response.
Provides a default rendering of this failure as a Response.
Attributes
- Inherited from:
- MessageFailure
- Source
- MessageFailure.scala
In this article