Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Enum for different stages of error log parsing (mainly applicable to Unreal Engine processes)
| Name | EErrorLogStage |
| Type | enum |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ProcessUnitTest.h |
| Include Path | #include "ProcessUnitTest.h" |
Syntax
enum EErrorLogStage
{
ELS_NoError,
ELS_ErrorStart,
ELS_ErrorDesc,
ELS_ErrorCallstack,
ELS_ErrorExit,
}
Values
| Name | Remarks |
|---|---|
| ELS_NoError | |
| ELS_ErrorStart | |
| ELS_ErrorDesc | |
| ELS_ErrorCallstack | |
| ELS_ErrorExit |