ParseFailure

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 Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Provides a message appropriate for logging.

Provides a message appropriate for logging.

Attributes

Source:
MessageFailure.scala
def toHttpResponse[F[_]](httpVersion: HttpVersion): Response[F]

Provides a default rendering of this failure as a Response.

Provides a default rendering of this failure as a Response.

Attributes

Source:
MessageFailure.scala

Inherited methods

Attributes

Inherited from:
Throwable
override def fillInStackTrace(): Throwable

Attributes

Definition Classes
Inherited from:
NoStackTrace
final override def getCause: Throwable

Attributes

Definition Classes
Inherited from:
MessageFailure
Source:
MessageFailure.scala

Attributes

Inherited from:
Throwable
final override def getMessage: String

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:
Throwable

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Throwable

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Inherited from:
Throwable