UiPath RPA Associate (UiRPA) — Question 9
By default, which arguments are available and should remain in the Global Exception Handler?
Answer options
- A. errorinfo with the "In" direction result with the "In" direction
- B. errorinfo with the "Out" direction result with the "In/Out" direction
- C. errorinfo with the "In" direction result with the "Out" direction
- D. errorinfo with the "In" direction result with the "In/Out" direction
Correct answer: C
Explanation
The correct answer is C because it specifies that 'errorinfo' should be in the 'In' direction while 'result' should be in the 'Out' direction, which aligns with the default configuration. Options A, B, and D are incorrect as they either misrepresent the directions or configurations of the arguments.