Return a description of the specified errorStatus. Note that errorStatus is either: * k_SEEK_FAIL * A value from Utf8Util::ErrorStatus, which are all negative, in the case of invalid UTF‐8. * 0 if no errors have occurred, in which case NO_ERROR will be returned. Note that this includes the case where end of file has been reached without any error occurring. * If errorStatus is an invalid value, "(* unrecognized value *)" will be returned.

Synopsis

Declared in <bdlde_utf8checkinginstreambufwrapper.h>

static
char const*
toAscii(int errorStatus);

Created with MrDocs