Enumeration
PurpleConnectionError
since: 2.0
Members
-
PURPLE_CONNECTION_ERROR_NETWORK_ERROR -
There was an error sending or receiving on the network socket, or there was some protocol error (such as the server sending malformed data).
- Value:
0 - Available since: 2.0
- Value:
-
PURPLE_CONNECTION_ERROR_INVALID_SETTINGS -
The username/server/other preference for the account isn’t valid. For instance, on IRC the username cannot contain white space. This reason should not be used for incorrect passwords etc: use #PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED for that.
- Value:
7 - Available since: 2.0
- Value:
-
PURPLE_CONNECTION_ERROR_CUSTOM_TEMPORARY -
A custom error that is temporary.
- Value:
16 - Available since: 2.0
- Value:
-
PURPLE_CONNECTION_ERROR_CUSTOM_FATAL -
A custom error that is fatal.
- Value:
17 - Available since: 2.0
- Value:
-
PURPLE_CONNECTION_ERROR_OTHER_ERROR -
Some other error occurred which fits into none of the other categories.
- Value:
18 - Available since: 2.0
- Value:
-
PURPLE_CONNECTION_ERROR_VFUNC_NOT_IMPLEMENTED -
An error for when a virtual function is not implemented.
- Value:
19 - Available since: 3.0
- Value: