Microsoft Power Platform Developer PL-400 Question # 25 Topic 3 Discussion

Microsoft Power Platform Developer PL-400 Question # 25 Topic 3 Discussion

PL-400 Exam Topic 3 Question 25 Discussion:
Question #: 25
Topic #: 3

You need to handle errors in UpdateRecord.js.

Which code segment should you add at line UR06?


A.

catch(error) {

alert("Caught error: " + error.message);}


B.

Exception exception = Server.GetLastError() ;

if(exception != null)}


C.

catch(exception e){

console.writeline(e)}


D.

function (error){

console.log(error.message)}


Get Premium PL-400 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.