Error
#include "Core/Result.h"
Public Functions
| Name | |
|---|---|
| Error() =default | |
| Error(const char * message) | |
| Error(std::string message) | |
| const char * | str() const |
Public Functions Documentation
function Error
cpp
Error() =defaultfunction Error
cpp
inline Error(
const char * message
)function Error
cpp
inline Error(
std::string message
)function str
cpp
inline const char * str() constUpdated on 2026-09-11 at 21:24:24 +0000