gtopt::Error struct

Public functions

auto is_error() const -> constexpr bool noexcept
Returns true if the error code indicates a failure.
auto is_success() const -> constexpr bool noexcept
Returns true if the error code indicates success.

Public variables

ErrorCode code
std::string message
int status