Navigation
API > API/Runtime > API/Runtime/uLangCore
Generic error codes.
| Name | uLang::EResult |
| 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 EResult
{
Unspecified = -1,
OK = 0,
Error,
}
}
Values
| Name | Remarks |
|---|---|
| Unspecified | Not sure if success or failure. |
| OK | Success. |
| Error | Some error occurred. |