[[["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 2024-10-31 UTC."],[[["`DataUnsupportedVersionException` signals that the data provided is incompatible with the current SDK version."],["This exception is thrown when an operation receives data that it cannot process due to version mismatch."],["It has two constructors: one default and another accepting a custom error message."],["Developers should handle this exception to ensure data compatibility between the application and the ARCore SDK."]]],["`DataUnsupportedVersionException` indicates that the provided data is incompatible with the current SDK version. It offers two public constructors: one default and another accepting a string message. The class inherits methods from `java.lang.Throwable`, enabling functionalities like managing the cause, stack trace, and localized messages. Inherited methods from `java.lang.Object` manage object lifecycle, equality, and class information. Core functionality involves identifying and managing data version compatibility issues within the SDK.\n"]]