|
Common System 0.2.0
Common interfaces and patterns for system integration
|
Compile-time validation to prevent error code conflicts. More...
Compile-time validation to prevent error code conflicts.
These static assertions ensure that error code ranges don't overlap between systems. Each system has a dedicated range of 100 error codes. If a new error code is added outside its designated range, compilation will fail with a descriptive error message.