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

Go to the source code of this file.
Macros | |
| #define | EC__GIDENTITYNOTFOUNDINTT 1101 |
| Error code used when a requested identity cannot be resolved in the translation table context. | |
| #define | EC__TTNOTFOUNDINTT 1102 |
| Error code used when a translation table entry is not found for a given key. | |
This header centralizes numeric identifiers used for logging and error reporting in the Translation Table module so they remain stable and consistent across builds.
Definition in file gtranslationTableConventions.h.
| #define EC__GIDENTITYNOTFOUNDINTT 1101 |
Typical use: emitted when an identity vector (or derived key) is invalid or cannot be found.
Definition at line 22 of file gtranslationTableConventions.h.
| #define EC__TTNOTFOUNDINTT 1102 |
Typical use: emitted by API calls that retrieve electronics for a given identity.
Definition at line 30 of file gtranslationTableConventions.h.