|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
This is the complete list of members for rtp::Error, including all inherited members.
| _code | rtp::Error | private |
| _message | rtp::Error | private |
| _retryCount | rtp::Error | private |
| _severity | rtp::Error | private |
| code(void) const noexcept | rtp::Error | |
| Error(ErrorCode code, log::Level severity, std::string_view msg) | rtp::Error | private |
| failure(ErrorCode code, std::format_string< Args... > fmt, Args &&...args) -> Error | rtp::Error | static |
| fatal(ErrorCode code, std::format_string< Args... > fmt, Args &&...args) -> Error | rtp::Error | static |
| incrementRetryCount(void) noexcept | rtp::Error | |
| message(void) const noexcept -> std::string_view | rtp::Error | |
| retryCount(void) const noexcept | rtp::Error | |
| severity(void) const noexcept | rtp::Error | |
| warning(ErrorCode code, std::format_string< Args... > fmt, Args &&...args) -> Error | rtp::Error | static |