MigrationStatus
Defines the status of environment migration operations.
enum MigrationStatus {
OK
OK_WITH_WARNINGS
ERROR
}
Values
Migration completed successfully.
MigrationStatus.OK_WITH_WARNINGS
Migration completed with warnings.
Migration failed with errors.
Member Of
MigrationResult object
Was this topic helpful?