Table of Contents

Struct ObscuredFileError

Namespace
CodeStage.AntiCheat.Storage
Assembly
Build.dll

ObscuredFile-related errors container.

public readonly struct ObscuredFileError

Properties

ErrorCode

Represents error code. If there was no error it will equal to ObscuredFileErrorCode.NoError.

public ObscuredFileErrorCode ErrorCode { get; }

Property Value

ObscuredFileErrorCode

Exception

Contains exception details if ErrorCode equals to the ObscuredFileErrorCode.OtherException.

public Exception Exception { get; }

Property Value

Exception

Methods

ToString()

Returns contents of this error.

public override string ToString()

Returns

string

Human-readable error information.