nerdexam
SAP

C_CPE_16 · Question #60

What is a necessary step to implement a custom error handler in the CAP SDK for Node.js?

The correct answer is C. Register the error handler function for the on phase of the error. See the full explanation below for the reasoning.

Question

What is a necessary step to implement a custom error handler in the CAP SDK for Node.js?

Options

  • ARegister the error handler function for the before phase of the error.
  • BCatch exceptions during a CRUD operation.
  • CRegister the error handler function for the on phase of the error.
  • DWrite a custom Node.js package.

How the community answered

(17 responses)
  • A
    12% (2)
  • B
    6% (1)
  • C
    82% (14)

Community Discussion

No community discussion yet for this question.

Full C_CPE_16 Practice