RESPONSE parameter on domain interfaces

All domain calls return the RESPONSE parameter to indicate whether the call was successful.

The RESPONSE parameter has the following values:
OK
The requested function has been completed successfully.
EXCEPTION
Processing of the function could not be completed, and the domain state is unchanged. More information is given in the REASON parameter.
DISASTER
The domain could not complete the request because of some irrecoverable system problem. More information is given in the REASON parameter.
INVALID
The parameter list is not valid. More information is given in the REASON parameter.
KERNERROR
The kernel was unable to call the required function gate.
PURGED
A purge has been requested for the task making the domain call.