OBJECT
Represents the error type resulting from the request to update indexing status.
type UpdateIndexingStatusError {# The workload ID for which the error occurred.workloadId: String! # The error string.error: String! }