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