Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
error_utils.h File Reference

Declares error formatting helpers. More...

#include <string>
#include <utility>
Include dependency graph for error_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool platform::append_error (std::string *errorMessage, std::string message)
 Store an error message when requested and return false for chaining.
 

Detailed Description

Declares error formatting helpers.

Function Documentation

◆ append_error()

bool platform::append_error ( std::string * errorMessage,
std::string message )
inline

Store an error message when requested and return false for chaining.

Parameters
errorMessageOptional destination for the error text.
messageError message to store.
Returns
Always false.