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.