[#BloombergLP-baltzo-ErrorCode-Enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/ErrorCode.adoc[ErrorCode]::Enum :relfileprefix: ../../../ :mrdocs: Error codes returned by `baltzo` time‐zone operations. == Synopsis Declared in `<baltzo_errorcode.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Enum; ---- == Members [cols="1,4"] |=== | Name| Description | `k_UNSUPPORTED_ID` | Time zone identifier is not supported. | `k_OUT_OF_RANGE` | A calculation would have resulted in a value outside of the valid range. | `BAETZO_UNSUPPORTED_ID` | Deprecated alias for `k_UNSUPPORTED_ID`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#