Error Handling Flashcards

1
Q

How can a regular route and an error handler route be distinguished?

A

An error handler route is composed of transparent circles, while a regular route is composed of solid circles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 5 error handling directives?

A

Resume
Ignore
Break
Rollback
Commit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which error handler directive allows you to specify a substitute output for the module with the error and mark the execution as successful?

A

Resume

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which error handler directive ignores the error and marks the execution as successful?

A

Ignore

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which error handler directive stores the input to the queue of incomplete executions and marks the execution as a warning?

A

Break

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which error handler directive stops the execution immediately and marks it as an error?

A

Rollback

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which error handler directive stops the execution immediately and marks it as successful?

A

Commit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Can a filter be added to an error handler route?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Can an error handler be created from a router module?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly