Function
Camelutil_is_network_error
unstable since: 3.62
Declaration [src]
gboolean
camel_util_is_network_error (
const GError* error
)
Description [src]
Checks whether error represents a network or connection error
(host unreachable, connection refused, DNS failure, timeout, TLS failure,
etc.) as opposed to a protocol-level or application-level error.
Available since: 3.62
Parameters
error-
Type:
GErrorA
GError, orNULL.The argument can be NULL.The data is owned by the caller of the function.