EIoErrorCode

I/O error code.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h

Include

#include "IO/IoDispatcher.h"

Syntax

enum EIoErrorCode
{
    Ok,
    Unknown,
    InvalidCode,
    Cancelled,
    FileOpenFailed,
    FileNotOpen,
    ReadError,
    WriteError,
    NotFound,
    CorruptToc,
    UnknownChunkID,
    InvalidParameter,
    SignatureError,
    InvalidEncryptionKey,
}

Values

Name

Description

Ok

Unknown

InvalidCode

Cancelled

FileOpenFailed

FileNotOpen

ReadError

WriteError

NotFound

CorruptToc

UnknownChunkID

InvalidParameter

SignatureError

InvalidEncryptionKey

Remarks

I/O error code.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss