LeviLamina
Loading...
Searching...
No Matches
LogErrorContext.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
rtc {
6
7
enum class
LogErrorContext :
int
{
8
// bitfield representation
9
None = 0,
10
Errno = 1 << 0,
11
En = 1 << 0,
12
Hresult = 1 << 1,
13
Hr = 1 << 1,
14
};
15
16
}
src
mc
external
rtc
LogErrorContext.h
Generated on
for LeviLamina by
1.16.1