QuestionQ89
Scripting and AutomationA developer wants to create a custom subscription center in CloudPages. The developer prefers to write AMPscript, but is also proficient in Server-Side JavaScript. Although the developer is confident that their code is high quality, they still want to gracefully handle unexpected errors to provide the best user experience.
Which feature should be used for this scenario?
- A Using RaiseError AMPscript function when an error occurs
- B Wrapping the code in a Server-Side JavaScript Try/Catch block
- C Wrapping the code in an AMPscript HandleEror block
Community Discussion