retryMigrationResponse
retryMigrationResponse
JSON Example
{
"errors": [
{
"code": "string",
"message": "string"
}
],
"warnings": [
{
"message": "string"
}
],
"items": [
{
"retryOfMigrationId": "string",
"migrationId": "string",
"migrationGroupId": "string",
"entityId": "string",
"errors": [
{
"code": "string",
"message": "string"
}
],
"warnings": [
{
"message": "string"
}
]
}
]
}