ENUM

RcvMigrationUpdateStatus

Description

Status of RCV migration update operations.

link GraphQL Schema definition

  • enum RcvMigrationUpdateStatus {
  • # Update failed because the provided input is invalid.
  • INVALID_INPUT
  • # Update failed because no migration is in progress for the location.
  • IN_PROGRESS_MIGRATION_NOT_FOUND
  • # Unknown status of the update.
  • MIGRATION_UPDATE_STATUS_UNSPECIFIED
  • # Update failed.
  • UPDATE_FAILURE
  • # Update is successful.
  • UPDATE_SUCCESSFUL
  • }