org.http4s.ParseFailure
See theParseFailure companion object
final case class ParseFailure(sanitized: String, details: String) extends MessageFailure, NoStackTrace
Indicates an error parsing an HTTP Message.
Value parameters
- details
-
Contains any relevant details omitted from the sanitized version of the error. This may freely echo a Request.
- sanitized
-
May safely be displayed to a client to describe an error condition. Should not echo any part of a Request.
Attributes
- Companion
- object
- Source
- MessageFailure.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait NoStackTracetrait MessageFailureclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- MessageFailure.scala
Provides a message appropriate for logging.
Provides a default rendering of this failure as a Response.
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
- Inherited from:
- NoStackTrace
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:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
In this article