gtranslationTable
Loading...
Searching...
No Matches
gtranslationTableConventions.h
Go to the documentation of this file.
1#pragma once
2
3namespace gtranslationTable {
4
15
16// exit codes: 1100s
17
23inline constexpr int EC__GIDENTITYNOTFOUNDINTT = 1101;
24
30inline constexpr int EC__TTNOTFOUNDINTT = 1102;
31
32} // namespace gtranslationTable
constexpr int EC__GIDENTITYNOTFOUNDINTT
Error code used when a requested identity cannot be resolved in the translation table context.
constexpr int EC__TTNOTFOUNDINTT
Error code used when a translation table entry is not found for a given key.