org.http4s.ParseFailure
See theParseFailure companion object
final case class ParseFailure(sanitized: String, details: String) extends MessageFailure with NoStackTrace
Indicates an error parsing an HTTP Message.
Attributes
- 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.
- Companion:
- object
- Source:
- MessageFailure.scala
- Graph
- Supertypes
- trait Producttrait Equalstrait NoStackTracetrait MessageFailureclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any