Is your feature request related to a problem? Please describe.
The fragment result does not provide detailed error information. All errors are serialized in the node's log, however there is no dedicated syntax.
Describe the solution you'd like
Detailed error information is serialized.
Is your feature request related to a problem? Please describe. The fragment result does not provide detailed error information. All errors are serialized in the node's log, however there is no dedicated syntax.
Describe the solution you'd like Detailed error information is serialized.
{ "fragment": { }, "transition": "_error", "log": null, "error": { "code": "_GENERAL_EXCEPTION", "exceptions": [ { "className": "java.lang.IllegalArgumentException", "stacktrace": [ "io.knotx.fragments.api.FragmentResultTest.expectExceptionDetails(FragmentResultTest.java:78)", ] } ] } }