[#BloombergLP-bdlde-CharConvertStatus-Enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/CharConvertStatus.adoc[CharConvertStatus]::Enum :relfileprefix: ../../../ :mrdocs: Bit‐masks returned by character‐conversion functions to report conversion issues. == Synopsis Declared in `<bdlde_charconvertstatus.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Enum; ---- == Members [cols="1,4"] |=== | Name| Description | `k_INVALID_INPUT_BIT` | Invalid code points or byte/word sequences were found in the input. | `k_OUT_OF_SPACE_BIT` | The provided output buffer was too small for the translation. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#