Function

EDataServerClienterror_to_string

since: 3.2

Declaration [src]

const gchar*
e_client_error_to_string (
  EClientError code
)

Description [src]

Get localized human readable description of the given error code.

Available since: 3.2

Parameters

code

Type: EClientError

An EClientError error code.

Return value

Type: const gchar*

Localized human readable description of the given error code.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.