Package akka.http.scaladsl.model
Class ErrorInfo$
java.lang.Object
akka.http.scaladsl.model.ErrorInfo$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ErrorInfo$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ErrorInfo$
public ErrorInfo$()
-
-
Method Details
-
apply
INTERNAL API -
unapply
-
fromCompoundString
Allows constructing anErrorInfo
from 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)
-