[#BloombergLP-bdlde-HexEncoder-isError] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/HexEncoder.adoc[HexEncoder]::isError :relfileprefix: ../../../ :mrdocs: Return `true` if this encoder cannot achieve an acceptable result. == Synopsis Declared in `<bdlde_hexencoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isError() const; ---- == Description Note that for an encoder, no input can cause an error; the possible errors result either from a call to the `convert` method after the `endConvert` method is called the first time, or from a call to the `endConvert` method after the `endConvert` method has returned successfully. == Return Value `true` if this encoder cannot achieve an acceptable result, and `false` otherwise [.small]#Created with https://www.mrdocs.com[MrDocs]#