Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
kcenon::common::error::validation Namespace Reference

Compile-time validation to prevent error code conflicts. More...

Detailed Description

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.