is_error

return an error string

SYNOPSIS

char * is_error( int isfd );

isfd isam file identifier

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 negative then the global errno value is used.

this call is thread safe.

SEE ALSO

is_errno is_errio Error Codes