OBJECT

TakeOnDemandSnapshotError

Description

Represents the error in response to triggering the on-demand snapshot of the workload.

link GraphQL Schema definition

  • type TakeOnDemandSnapshotError {
  • # The ID of the workload.
  • workloadId: UUID!
  • # The error string.
  • error: String!
  • }