dacs_strerror

NAME

dacs_strerror - Return a pointer to a string describing an error.

SYNOPSIS

const char * dacs_strerror ( DACS_ERR_T errcode )

Call parameter  
errcode An error code that was returned by a DaCS API.

DESCRIPTION

The dacs_strerror service returns a pointer to the error string for the given error code. The input error code can be any error returned by the DaCS API.

RETURN VALUE

The dacs_strerror service returns the error string for the given error code, or NULL if no string was found.

SEE ALSO

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