Indicator of error for the server join process. More...
#include <gamerunnerstructs.h>
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 | 
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.
| QString JoinError::missingIwad | 
This is valid only if type == MissingWads.
| QStringList JoinError::missingWads | 
This is valid only if type == MissingWads.