Transliterator::getErrorCode
transliterator_get_error_code
(No version information available, might only be in SVN)
Transliterator::getErrorCode -- transliterator_get_error_code — Get last error code
Description
Object oriented style
public int Transliterator::getErrorCode
( void
)
Procedural style
int transliterator_get_error_code
( void
)
Gets the last error code for this transliterator.
Warning
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
The error code on success, or FALSE if none exists, or on failure.
See Also
- Transliterator::getErrorMessage - Get last error message
- Transliterator::listIDs - Get transliterator IDs




