Click or drag to resize
GDServiceErrorCode Enumeration
BBD Inter-Container Communication errors codes.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public enum GDServiceErrorCode
Members
  Member nameValueDescription
GDServicesErrorNone0No error occurred.
GDServicesErrorGeneral1A general Inter-Container Communication error occurred.
GDServicesErrorApplicationNotFound2The service consumer sent a request to an application that could not be found on the device.
GDServicesErrorServiceNotFound3The service consumer sent a request that specified a service that is not supported by the service provider.
GDServicesErrorServiceVersionNotFound4The service consumer sent a request that specified a service version that is not supported by the service provider.
GDServicesErrorMethodNotFound5The service consumer sent a request that specified a method that is not supported by the service provider.
GDServicesErrorNotAllowed6The service consumer sent a request to an application that could not be unlocked.
GDServicesErrorInvalidParams7The application attempted to utilize an unsupported type as a service parameter, either in a service request or in a service response.
GDServicesMethodDisabled8The service consumer sent a request that specified a method that has been disabled in the service provider.
GDServicesVersionDisabled9The service consumer sent a request that specified a service version that has been disabled in the service provider.
GDServicesServiceDisabled10The service consumer sent a request that specified a service that has been disabled in the service provider.
GDServicePayloadCreationFailed11There was a problem with creating a payload to transport a service request or a service response.
GDServicePayloadTranferFailed12There was a problem with sending a payload, either with a service request or with a service response.
See Also

Reference