JoinError Struct Reference

Indicator of error for the server join process. More...

#include <gamerunnerstructs.h>

List of all members.

Public Types

enum  JoinErrorType { NoError = 0, MissingWads = 1, Critical = 2, Terminate = 3 }

Public Member Functions

bool isMissingIwadOnly () const

Public Attributes

JoinErrorType type
QString error
QString missingIwad
QStringList missingWads

Detailed Description

Indicator of error for the server join process.

This structure contains information about whether an error occured and if it did - what type of error it is. Based on this GUI can make a decision on how to handle the error and whether to try again.


Member Data Documentation

This is valid only if type == MissingWads.

This is valid only if type == MissingWads.


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