ENUM

CdmReportMigrationStatus

Description

The enum describes the status of migration.

link GraphQL Schema definition

  • enum CdmReportMigrationStatus {
  • # The report failed to migrate.
  • FAILED
  • # The report is partially migrated.
  • PARTIAL_SUCCESS
  • # The report is ready for migration.
  • READY
  • # The report has migrated successfully.
  • SUCCESS
  • # The report can not be migrated.
  • UNAVAILABLE
  • # Unspecified.
  • UNSPECIFIED
  • }