Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::Error Member List

This is the complete list of members for rtp::Error, including all inherited members.

_codertp::Errorprivate
_messagertp::Errorprivate
_retryCountrtp::Errorprivate
_severityrtp::Errorprivate
code(void) const noexceptrtp::Error
Error(ErrorCode code, log::Level severity, std::string_view msg)rtp::Errorprivate
failure(ErrorCode code, std::format_string< Args... > fmt, Args &&...args) -> Errorrtp::Errorstatic
fatal(ErrorCode code, std::format_string< Args... > fmt, Args &&...args) -> Errorrtp::Errorstatic
incrementRetryCount(void) noexceptrtp::Error
message(void) const noexcept -> std::string_viewrtp::Error
retryCount(void) const noexceptrtp::Error
severity(void) const noexceptrtp::Error
warning(ErrorCode code, std::format_string< Args... > fmt, Args &&...args) -> Errorrtp::Errorstatic