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.

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.
 

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.

Macro Definition Documentation

◆ EC__GIDENTITYNOTFOUNDINTT

#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.

◆ EC__TTNOTFOUNDINTT

#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.