Responses

On all domain calls, one of the output parameters is the domain’s response to the call. It can have any one of these values:

OK
When a domain call succeeds, a response of ‘OK’ is given and the REASON code is not set. The requested function has been completed successfully.
EXCEPTION
Processing of the function could not be completed for the reason specified in the REASON field. The domain state remains unchanged if such an error occurs.
DISASTER
The domain could not complete the request because of some irrecoverable system problem. If there is a major error in the domain, this is reported.
INVALID
The parameter list is not valid. If a call is used incorrectly, this is reported.
KERNERROR
The kernel was unable to call the required function gate.
PURGED
A purge has been requested for the task making the domain call.
[[ Contents Previous Page | Next Page Index ]]