gtranslationTable
Loading...
Searching...
No Matches
gtranslationTableConventions.h File Reference

Conventions (primarily exit/error codes) for the Translation Table module. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gtranslationTable

Variables

constexpr int gtranslationTable::EC__GIDENTITYNOTFOUNDINTT = 1101
 Error code used when a requested identity cannot be resolved in the translation table context.
constexpr int gtranslationTable::EC__TTNOTFOUNDINTT = 1102
 Error code used when a translation table entry is not found for a given key.

Detailed Description

This header centralizes numeric identifiers used for logging and error reporting in the Translation Table module so they remain stable and consistent across builds.

Note
These values are intended to be used with the module logger (see the module mainpage in gtranslationTableDoxy.h).

Definition in file gtranslationTableConventions.h.