Class ErrorInfo$
java.lang.Object
org.apache.pekko.http.scaladsl.model.ErrorInfo$
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ErrorInfo$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ErrorInfo$public ErrorInfo$()
 
- 
- 
Method Details- 
applyINTERNAL API
- 
unapply
- 
fromCompoundStringAllows constructing anErrorInfofrom a single string. Used for example when catching exceptions generated by the header value parser, which doesn't provide summary/details information but structures its exception messages accordingly.- Parameters:
- message- (undocumented)
- Returns:
- (undocumented)
 
 
-