[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-23 UTC."],[[["`DpcMigrationManagementModeMismatchException` signals that the device's management mode doesn't align with the migration token."],["It's a subclass of `DpcMigrationException`, indicating an issue during device policy controller (DPC) migration."],["This exception is thrown when the management mode specified in the migration token is different from the current management mode of the device."]]],["`DpcMigrationManagementModeMismatchException` is a specific type of `DpcMigrationException` in Kotlin, indicating a mismatch between the device's management mode and the mode specified in the migration token. It inherits from `Throwable` and `Exception`, providing standard exception functionalities. When this exception occurs it means that the management mode of the device is not the expected one. It also includes various methods like adding, getting suppressed exceptions, stack trace management and other functionalities from `kotlin.Throwable`.\n"]]