[#BloombergLP-baltzo-ErrorCode] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::ErrorCode :relfileprefix: ../../ :mrdocs: Namespace for enumerating named error codes for the `baltzo` package. == Synopsis Declared in `<baltzo_errorcode.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ErrorCode; ---- == Description This `struct` provides a namespace for enumerating the set of named error codes that may be returned by functions in the `baltzo` package that take a Zoneinfo string identifier as input. See `Enum` in the TYPES sub‐section for details. This class: * supports a complete set of _enumeration_ operations * except for `bdex` serialization * is `const` _thread‐safe_ For terminology see `bsldoc_glossary`. == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baltzo/ErrorCode/Enum.adoc[`Enum`] | Error codes returned by `baltzo` time‐zone operations. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baltzo/ErrorCode/print.adoc[`print`] | Write the string representation of the specified enumeration `value` to the specified output `stream`. | xref:BloombergLP/baltzo/ErrorCode/toAscii.adoc[`toAscii`] | Return the string representation of the specified enumeration `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#