3#include "mc/_HeaderOutputPredefine.h"
5namespace xbox::httpclient::detail {
8MCNAPI
long StdBadAllocToResult(::std::bad_alloc
const& e,
char const* file, uint line);
10MCNAPI
long StdExceptionToResult(::std::exception
const& e,
char const* file, uint line);
12MCNAPI
long UnknownExceptionToResult(
char const* file, uint line);