OBJECT

UpdateIndexingStatusError

Description

Represents the error type resulting from the request to update indexing status.

link GraphQL Schema definition

  • type UpdateIndexingStatusError {
  • # The workload ID for which the error occurred.
  • workloadId: String!
  • # The error string.
  • error: String!
  • }