Navigation
API > API/Runtime > API/Runtime/uLangCore
Generic action after error has occurred.
| Name | uLang::EErrorAction |
| Type | enum |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Common.h |
| Include Path | #include "uLang/Common/Common.h" |
Syntax
namespace uLang
{
enum EErrorAction
{
Continue = 0,
Break,
}
}
Values
| Name | Remarks |
|---|---|
| Continue | |
| Break |