sgns::error_cli_messages¶
Error message formatter for CLI errors.
#include <cli.hpp>
Public Functions¶
| Name | |
|---|---|
| std::string | message(int ev) const Convert an error code to a message string. |
Public Functions Documentation¶
function message¶
Convert an error code to a message string.
Parameters:
- ev Error code value.
Return: Error message string.
Updated on 2026-03-04 at 13:10:43 -0800