Table of Contents

Struct ErrorFlag.StateData

Namespace
KSP.Networking.MP.Utils
Assembly
Assembly-CSharp.dll
public struct ErrorFlag.StateData
Inherited Members
Extension Methods

Constructors

StateData(bool, bool, string)

public StateData(bool errorAsWarning, bool errorFlag, string errorString)

Parameters

errorAsWarning bool
errorFlag bool
errorString string

Fields

DEFAULT_ERROR_AS_WARNING

public const bool DEFAULT_ERROR_AS_WARNING = false

Field Value

bool

ErrorAsWarning

public bool ErrorAsWarning

Field Value

bool

ErrorFlag

public bool ErrorFlag

Field Value

bool

ErrorString

public string ErrorString

Field Value

string

NO_ERROR

public const string NO_ERROR = "No Error"

Field Value

string

UNSPECIFIED_ERROR

public const string UNSPECIFIED_ERROR = "Unspecified Error"

Field Value

string

Methods

Clear()

public void Clear()

Set(bool, bool, string)

public void Set(bool errorAsWarning, bool errorFlag, string errorString)

Parameters

errorAsWarning bool
errorFlag bool
errorString string