final case class ParseFailure(sanitized: String, details: String) extends MessageFailure with 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.
- Companion:
- object
trait Product
trait Equals
trait NoStackTrace
trait MessageFailure
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any