DataMigrationResultCode type
Define valores para DataMigrationResultCode. Os valores possíveis incluem: "Inicial", "Concluído", "ObjectNotExistsInSource", "ObjectNotExistsInTarget", "TargetObjectIsInaccessible", "FatalError"
type DataMigrationResultCode =
| "Initial"
| "Completed"
| "ObjectNotExistsInSource"
| "ObjectNotExistsInTarget"
| "TargetObjectIsInaccessible"
| "FatalError"