Class BodyPartParser.ParseError

java.lang.Object
akka.http.impl.engine.parsing.BodyPartParser.ParseError
All Implemented Interfaces:
BodyPartParser.Output, BodyPartParser.PartStart, Serializable, scala.Equals, scala.Product
Enclosing class:
BodyPartParser

public static final class BodyPartParser.ParseError extends Object implements BodyPartParser.PartStart, scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • ParseError

      public ParseError(ErrorInfo info)
  • Method Details