PdfPrep.com

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

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

Exit mobile version