ENCINA(3) — Subroutines
NAME
tisam_ErrorToString - converts an error code to a string
SYNOPSIS
char ∗ tisam_ErrorToString (IN int errorCode)
PARAMETERS
errorCode Specifies the code from iserrno to decode.
DESCRIPTION
The tisam_ErrorToString function converts values found in iserrno to descriptive strings. Unrecognized errors are passed to SFS for string conversion.
NOTES
This function may also be called using the name iserrtostr.
RELATED INFORMATION
Encina SFS Programming Guide
— March 1997