Get stat error message¶
saf_getInfo_errmsg is a function defined in info.c.
Synopsis:
-
const char *
saf_getInfo_errmsg(const SAF_PathInfo info)¶
Formal Arguments:
info: [IN] database info object obtained from a saf_readInfo_path call.
Description: This function returns error message associated with any stat errors on the path specified in saf_getInfo_path.
Caller should not free the returned string.
Parallel Notes: Independent semantics only
See Also:
- saf_readInfo_path: 6.10: Load information from the specified path
- Path Info: Introduction for current chapter