[#BloombergLP-bdlde-Utf8CheckingInStreamBufWrapper-errorStatus] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Utf8CheckingInStreamBufWrapper.adoc[Utf8CheckingInStreamBufWrapper]::errorStatus :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlde_utf8checkinginstreambufwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int errorStatus() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#