Return the current error status of this object.
Synopsis
Declared in <bdlde_utf8checkinginstreambufwrapper.h>
int
errorStatus() const;
Description
Return the current error mode of this object. This will be either 0 (no errors or end of data), k_SEEK_FAIL, which is positive, or a value from Utf8Util::ErrorStatus, which are all negative.
Return Value
0 if no error has occurred, k_SEEK_FAIL on a failed seek, or a Utf8Util::ErrorStatus value on invalid UTF‐8
Created with MrDocs