-
message
java.lang.String message
This message should be set if something goes wrong. It should typically describe what went wrong,
for example a stack trace or an error message.
-
problems
java.util.List<org.springframework.beans.factory.parsing.Problem> problems
Shows the problems the system has found when processing this event's request.
-
responseStatus
ResponseStatus responseStatus
Shows the status of the event that was processed by the adapter.
-
statusCode
java.lang.String statusCode
This status code should be set to some code that can be used to trace the origin of the error
in the back end system.