[[["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."],[[["`DpcMigrationWifiRemovalRequestedOnCompanyOwnedDeviceException` signals an error during device policy migration when Wi-Fi removal is requested on a company-owned device."],["This exception extends `DpcMigrationException` and ultimately inherits from `java.lang.Exception`."],["It's crucial to avoid requesting Wi-Fi network removals within `DpcMigrationRequest` for company-owned devices to prevent this exception."]]],["The `DpcMigrationWifiRemovalRequestedOnCompanyOwnedDeviceException` is a Kotlin object, extending `DpcMigrationException`, used in Android's management API for device policy control. This exception is triggered when a request is made to remove Wi-Fi networks on company-owned devices during the DPC migration process. The core information indicates that removing Wi-Fi networks via `DpcMigrationRequest` on such devices is prohibited. This object inherits various functions and properties from the Throwable class, including stack trace management and message handling.\n"]]