Navigation
API > API/Runtime > API/Runtime/Core
I/O error code.
| Name | EIoErrorCode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoStatus.h |
| Include Path | #include "IO/IoStatus.h" |
Syntax
enum EIoErrorCode
{
Ok,
Unknown,
InvalidCode,
Cancelled,
FileOpenFailed,
FileNotOpen,
ReadError,
WriteError,
NotFound,
CorruptToc,
UnknownChunkID,
InvalidParameter,
SignatureError,
InvalidEncryptionKey,
CompressionError,
PendingFork,
PendingEncryptionKey,
Disabled,
NotInstalled,
PendingHostGroup,
Timeout,
DeleteError,
OutOfDiskSpace,
FileSeekFailed,
FileFlushFailed,
FileMoveFailed,
FileCloseFailed,
FileCorrupt,
Last,
}
Values
| Name | Remarks |
|---|---|
| Ok | |
| Unknown | |
| InvalidCode | |
| Cancelled | |
| FileOpenFailed | |
| FileNotOpen | |
| ReadError | |
| WriteError | |
| NotFound | |
| CorruptToc | |
| UnknownChunkID | |
| InvalidParameter | |
| SignatureError | |
| InvalidEncryptionKey | |
| CompressionError | |
| PendingFork | |
| PendingEncryptionKey | |
| Disabled | |
| NotInstalled | |
| PendingHostGroup | |
| Timeout | |
| DeleteError | |
| OutOfDiskSpace | |
| FileSeekFailed | |
| FileFlushFailed | |
| FileMoveFailed | |
| FileCloseFailed | |
| FileCorrupt | |
| Last |