Enumeration

IbisClientError

since: 0.12

Declaration

error-domain Ibis.ClientError

Description [src]

Error codes returned by the client.

Available since: 0.12

Members

IBIS_CLIENT_ERROR_SERVER_CLOSED_CONNECTION

The remote side closed the connection.

  • Value: 0
  • Available since: 0.12
IBIS_CLIENT_ERROR_NO_MORE_NICKS

The server didn’t accept any of the specified nick names.

  • Value: 1
  • Available since: 0.12
IBIS_CLIENT_ERROR_PARSE_MODE_STRING_NOT_ENOUGH_PARAMETERS

Not enough parameters were provided to fully parse the mode string.

  • Value: 2
  • Available since: 0.12
IBIS_CLIENT_ERROR_PARSE_MODE_STRING_TOO_MANY_PARAMETERS

More parameters were given than the mode string called for.

  • Value: 3
  • Available since: 0.12

Type functions

ibis_client_error_quark

The error domain to identify errors from the client.

since: 0.12