What is one way to set a HTTP Return code as 400 using ESQL?

Posted by: Pdfprep Category: C1000-056 Tags: , ,

According to the API resource pictured above, there are three possible HTTP Return Codes: 400, 404, 200.

What is one way to set a HTTP Return code as 400 using ESQL?
A . SET OutputLocalEnvironment.ReplyStatusCode = 400;
B . SET OutputLocalEnvironment.Reply.Transport.HTTP = 400;
C . SET OutputLocalEnvironment.RES
D . Reply.Transport.HTTP = 400;
E . SET OutputLocalEnvironment.Destination.HTT
F . ReplyStatusCode = 400;

Answer: D

Leave a Reply

Your email address will not be published.