ENUM

RestoreFailedItemsExportDisabledReason

Description

The reason why the failed items export is not enabled.

link GraphQL Schema definition

  • enum RestoreFailedItemsExportDisabledReason {
  • # Count of failed items exceeds the limit for export.
  • ITEMS_COUNT_LIMIT_EXCEEDED
  • # Reason is unspecified or the export is enabled.
  • UNSPECIFIED
  • # Export not supported for the workload type.
  • UNSUPPORTED_WORKLOAD_TYPE
  • }