Class UpdateErrorRequest

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

@JsonpDeserializable public class UpdateErrorRequest extends RequestBase implements JsonpSerializable
Update the connector error field.

Set the error field for the connector. If the error provided in the request body is non-null, the connector’s status is updated to error. Otherwise, if the error is reset to null, the connector status is updated to connected.

See Also: