object DpcMigrationDpcPackageNameMismatchException : DpcMigrationException
The package name of the DPC does not match the records in Play.
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 2025-02-23 UTC.
[null,null,["Last updated 2025-02-23 UTC."],[[["`DpcMigrationDpcPackageNameMismatchException` is a type of `DpcMigrationException` indicating a mismatch between the DPC's package name and Play Store records."],["This exception is thrown when the system detects a discrepancy in the DPC package name during the migration process."],["The exception helps ensure that the correct DPC is being used and prevents potential security risks."]]],["`DpcMigrationDpcPackageNameMismatchException` is a Kotlin object representing an exception in the DPC migration process. This exception, a type of `DpcMigrationException`, is triggered when the DPC's package name fails to match the records in Play. It inherits functionalities from `kotlin.Throwable`, including methods to manage and output the stack trace. The core issue is package name inconsistency during the migration.\n"]]