Project Arrhythmia
A video game developed by Vitamin Games.
Loading...
Searching...
No Matches
VGFunctions.LSError Class Reference

A class that encapsulates error information. More...

Public Member Functions

 LSError (bool _hadError, string _errorStr)
 

Public Attributes

bool hadError
 
string errorStr
 

Detailed Description

A class that encapsulates error information.

This class contains a boolean flag indicating whether an error occurred and a string providing details about the error.

Constructor & Destructor Documentation

◆ LSError()

VGFunctions.LSError.LSError ( bool _hadError,
string _errorStr )

Constructs a new LSError object with the given error flag and error string.

Member Data Documentation

◆ errorStr

VGFunctions.LSError.errorStr

A string providing details about the error.

◆ hadError

VGFunctions.LSError.hadError

A boolean flag indicating whether an error occurred.


The documentation for this class was generated from the following file: