Table of Contents

Enum ObscuredFileErrorCode

Namespace
CodeStage.AntiCheat.Storage
Assembly
Build.dll

Possible error codes for the file read operation.

public enum ObscuredFileErrorCode : byte

Fields

DataIsNotLocked = 15

Indicates read data was not locked but you are using DeviceLockLevel.Strict which prevents reading such files.

FileDamaged = 10

Indicates file header was damaged.

FileNotFound = 5

Indicates file to read from wasn't found.

NoError = 0

Indicates no errors happened.

NotInitialized = 20

Indicates used tool wasn't properly initialized. See error logs for more information.

OtherException = 250

Indicates some other exception occured, see ObscuredFileError.Exception for details.