Sending error details in MFT event

I am using “Send Email” action for error handling in my active transfer events.
How can I get error details in sendEmail action in any MFT event. .
Below variable is not displaying error details in email.
%the_file_error%

Is there any other variable which can get error details?

Hi Vineet,

Does the getLastError not giving you enough error stack for this mft event handled from that event processing service?

HTH,
RMG

Hi,

Try below formats in the email body in the event and let me know if it works-

{task_errror}
{task_error_types}
{event_execution_id}

-M

thanks Mayank. It worked.

1 Like

I was not calling any service in my event.