Stay organized with collections
Save and categorize content based on your preferences.
object DpcMigrationAwaitingMigrationException : DpcMigrationException
A migration is already in progress and another migration was attempted with a different migration token. If migration is re-attempted with the same migration token while a migration is in progress, the same migration attempt is returned successfully instead of an error.
Summary
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-20 UTC.
[null,null,["Last updated 2026-01-20 UTC."],[],["`DpcMigrationAwaitingMigrationException` is a specific type of `DpcMigrationException` in Kotlin that indicates a migration is already in progress. If a migration is attempted with a different token, this exception is thrown. If the same token is used during an ongoing migration, the request will successfully return the same migration attempt. It inherits properties and functions related to throwable exceptions, like retrieving the stack trace and manipulating the cause of the exception.\n"]]