CommonResponse

Prev Next

Available in Classic

This is a common response.

Syntax

The syntax is as follows.

private String requestId;
private String returnCode;
private String returnMessage;

Field

The following describes the fields.

Field Type Required Description
requested String Optional Request ID value
  • It is passed only if the request succeeds
returnCode String Required Return code
  • If the request succeeds, a value of 0 is passed; if it fails, a value other than0 is passed
returnMessage String Required Return message
  • If the request succeeds, a success value is passed, and if it fails, the reason for the failure is passed