dacs_error_de

NAME

dacs_error_de - Retrieve the originating DE for the specified error object.

SYNOPSIS

DACS_ERR_T dacs_error_de ( dacs_error_t error, de_id_t *de )

Call parameter  
error An error handle.
Return parameter  
*de A pointer indicating the DE which was the source of the error.

DESCRIPTION

The dacs_error_de service returns the originating DE for the specified error object.

RETURN VALUE

The dacs_error_de service returns an error indicator defined as:
  • DACS_SUCCESS: normal return: the originating DE is passed back in de.
  • DACS_ERR_INVALID_HANDLE: the specified error handle is invalid.
  • DACS_ERR_INVALID_ADDR: the pointer is invalid.

SEE ALSO

dacs_errhandler_reg(3), dacs_strerror(3), dacs_error_num(3), dacs_error_code(3), dacs_error_str(3), dacs_error_pid(3)