pidgin 2.14.14dev
|
Holds the type of an error along with its description. More...
#include <connection.h>
Data Fields | |
PurpleConnectionError | type |
The type of error. | |
char * | description |
A localised, human-readable description of the error. | |
Holds the type of an error along with its description.
Definition at line 139 of file connection.h.
char* PurpleConnectionErrorInfo::description |
A localised, human-readable description of the error.
Definition at line 144 of file connection.h.
PurpleConnectionError PurpleConnectionErrorInfo::type |
The type of error.
Definition at line 142 of file connection.h.