Class SyncJobErrorRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.connector.SyncJobErrorRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class SyncJobErrorRequest extends RequestBase implements JsonpSerializable
Set a connector sync job error. Set the error field for a connector sync job and set its status to error.

To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure. This service runs automatically on Elastic Cloud for Elastic managed connectors.

See Also: