![]() |
nsbaci 1.0
|
Base result class declaration for nsbaci services. More...


Go to the source code of this file.
Classes | |
| struct | nsbaci::BaseResult |
| Base result structure for all service operations. More... | |
Namespaces | |
| namespace | nsbaci |
| Root namespace for the nsbaci application. | |
Base result class declaration for nsbaci services.
This module defines the BaseResult struct that serves as the foundational result type for all service operations in the nsbaci application. It implements a simple success/failure pattern with associated error information, providing a consistent interface for error handling across all services.
The BaseResult pattern ensures that: