문제

I have been looking for this on Google but couldn't find a solution.

How can I access the exceptionPayload in the the mule flow like I can access the payload #[message.payload]. In the same way is there any way I can have the exceptionPayload also?

도움이 되었습니까?

해결책

Use #[exception], which is null if there is no exception payload for the current event.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top