DataMigrationResultCode type
Определяет значения для DataMigrationResultCode. Возможные значения: Initial, Completed, ObjectNotExistsInSource, ObjectNotExistsInTarget, TargetObjectIsInaccessible, FatalError.
type DataMigrationResultCode =
| "Initial"
| "Completed"
| "ObjectNotExistsInSource"
| "ObjectNotExistsInTarget"
| "TargetObjectIsInaccessible"
| "FatalError"