ParsingResult

akka.http.scaladsl.model.HttpHeader.ParsingResult
See theParsingResult companion trait
object ParsingResult

Attributes

Companion
trait
Source
HttpHeader.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Error(error: ErrorInfo) extends ParsingResult

The parsing run failed due to a fatal parsing error.

The parsing run failed due to a fatal parsing error.

Attributes

Source
HttpHeader.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Ok(header: HttpHeader, errors: List[ErrorInfo]) extends ParsingResult

The parsing run produced a result. If there were parsing errors (which did not prevent the run from completing) they are reported in the given error list.

The parsing run produced a result. If there were parsing errors (which did not prevent the run from completing) they are reported in the given error list.

Attributes

Source
HttpHeader.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala