Anyone know how to access the Error Message of a BPMN error?
https://docs.camunda.org/javadoc/camunda-bpm-platform/7.3/org/camunda/bpm/engine/delegate/BpmnError.html#BpmnError(java.lang.String,%20java.lang.String)
The BPMN Error docs show that you can pass a second variable “message”, but the Error Event’s Error Code Variable does not return the error’s message value.
Any ideas?