Checklist progress
0/159Learned
MuleSoft Developer
Study Checklist
Checklist progress
0/159Learned
Apply correct processors/syntax to implement global error handlers, and predict outcomes
0/2
Apply correct processors/syntax to implement on-error continue and on-error propagate handlers, and predict outcomes
0/2
Apply correct processors/syntax to combine multiple error handlers, and predict outcomes
0/4
Apply correct processors /syntax to implement try scopes, and predict outcomes
0/2
Apply correct processors/syntax to map custom errors, and predict outcomes
0/2
Prepare for the Exam
Study Community
Ask questions and get the latest info from other MuleSoft Developer studiers. 593 members and growing.
MuleSoft uses On Error Continue and On Error Propagate handlers to manage messaging errors that occur during message processing. These handlers determine whether a flow recovers from an error and succeeds, or fails and passes the error up to the caller. Choosing between them controls both the flow's execution outcome and the response returned to the client.