Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Common.h |
| Include | #include "uLang/Common/Common.h" |
Syntax
namespace uLang
{
enum EResult
{
Unspecified = -1,
OK = 0,
Error,
}
}
Values
| Name | Description |
|---|---|
| Unspecified | Not sure if success or failure. |
| OK | Success. |
| Error | Some error occurred. |
Remarks
Generic error codes.