Enumeration

CamelServiceError

since: 2.32

Declaration

error-domain Camel.ServiceError

Description

No description available.

Available since: 2.32

Members

CAMEL_SERVICE_ERROR_INVALID

A generic service error code.

  • Value: 0
  • Available since: 2.32
CAMEL_SERVICE_ERROR_URL_INVALID

The URL for the service is invalid.

  • Value: 1
  • Available since: 2.32
CAMEL_SERVICE_ERROR_UNAVAILABLE

The service is unavailable.

  • Value: 2
  • Available since: 2.32
CAMEL_SERVICE_ERROR_CANT_AUTHENTICATE

Failed to authenitcate.

  • Value: 3
  • Available since: 2.32
CAMEL_SERVICE_ERROR_NOT_CONNECTED

The service is not connected.

  • Value: 4
  • Available since: 2.32

Type functions

camel_service_error_quark
No description available.