| Function silc_command_get_status
 
 SYNOPSIS
 
    SilcBool silc_command_get_status(SilcCommandPayload payload,
                                 SilcStatus *status,
                                 SilcStatus *error);
DESCRIPTION
    This function returns the command reply status into `status' and
    error status, if error occurred into the `error'.  The function
    returns TRUE if command reply status is not error, and FALSE if
    error occurred.  In this case the `error' will include the actual
    error status.  The `status' can be in this case some list value
    which indicates that there will be list of errors.
 
 
 
 |