20#include <kcenon/common/patterns/result.h>
30using Result = kcenon::common::Result<T>;
kcenon::common::error_info error_info
Primary error type.
error_code
Error codes for database operations.
kcenon::common::Result< T > Result
Primary Result type - use this for all database operations.
kcenon::common::VoidResult VoidResult
Primary VoidResult type - use this for void operations.