[[["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."],[],["The document defines several exception types within the `com.google.android.managementapi.common.exceptions` package for Kotlin and Java. `AmapiSdkException` serves as the base for all SDK exceptions. `ApiLevelException` is triggered when the device's API level is insufficient. `InternalException` indicates a failure due to an internal error. Finally, `InvalidArgumentException` signifies that a request argument is invalid. These exceptions support error handling during calls.\n"]]