Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Non-Serializable Exception Payload #2086

Original file line number Diff line number Diff line change
Expand Up @@ -726,4 +726,8 @@ analysis=Analysis:

deprecatedChosenStyleWarning=Warning: The chosen style has been deprecated and will be removed in future version of ScalaTest, because each style trait will be available as its own module.

flexmarkClassNotFound=Flexmark Pegdown adapter class not found, please add flexmark-all (https://mvnrepository.com/artifact/com.vladsch.flexmark/flexmark/0.62.2) to your test classpath.
flexmarkClassNotFound=Flexmark Pegdown adapter class not found, please add flexmark-all (https://mvnrepository.com/artifact/com.vladsch.flexmark/flexmark/0.62.2) to your test classpath.

unableToSerializePayload=Warning: Unable to serialize payload of type {0} for {1}, setting it to None.
unableToSerializeThrowable=Warning: Unable to serialize throwable of type {0} for {1}, setting it to None.
unableToReadSerializedEvent=Warning: Unable to read from client, please check on client for futher details of the problem.
Loading