next up previous contents index
Next: Other Useful Functions Up: Error Handling Previous: Path Generation Errors   Contents   Index

t1lib-Errors

The remaining types of errors are detected by the management of t1lib. Their numbering starts with 10 (decimal). The list could be extended in future releases. In analogy to the Standard C Library function strerror(), t1lib provides the function

 const char *T1_StrError( int t1err)

to 0pt \fbox{$\mathcal{F}()\Rightarrow$} It returns a pointer to a string describing the error corresponding to t1err. Usually, the argument should be directly specified as T1_errno. The memory where the returned string is stored is static in t1lib so that it may not be free()'d.


next up previous contents index
Next: Other Useful Functions Up: Error Handling Previous: Path Generation Errors   Contents   Index
2004-10-04