Response Packet Structure
The install node of the output XML packet is structured as follows:

- The result node is required. It wraps the response retrieved from the server.
- The status node is required. Specifies the execution status of the install operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Is used to return the error code when the install operation fails. Data type: unsignedInt.
- The errtext node is optional. Can be used to return the error message if the install operation fails. Data type: string.