isError

return an error string

SYNOPSIS

char * isError( IsFile * isfd );

isfd isam file descriptor

RETURN

a string pointer describing the current error condition.

NOTES

the result for system error codes is the string returned by the strerror(3) runtime call.

the result for ISAM errors is the relevant string from the global is_errlist array.

if isfd is NULL then the global errno value is used.

SEE ALSO

isErrno isErrio Error Codes