Anti-Cheat Toolkit  2023.2.6
Multi-purpose anti-cheat solution for Unity Engine
ObscuredFileError Struct Reference

Public Member Functions

override string ToString ()
 

Properties

ObscuredFileErrorCode ErrorCode [get]
 
Exception Exception [get]
 

Detailed Description

ObscuredFile-related errors container.

Member Function Documentation

◆ ToString()

override string ToString ( )
inline

Returns contents of this error.

Returns
Human-readable error information.

Property Documentation

◆ ErrorCode

ObscuredFileErrorCode ErrorCode
get

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

◆ Exception

Exception Exception
get

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

Can be null.