[[["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."],[[["`RecordingFailedException` signals that an ARCore recording operation has failed."],["It provides two constructors: one with no arguments and another accepting a custom error message."],["This exception inherits methods from `Throwable` for handling and reporting errors."]]],["The `RecordingFailedException` class is thrown when a recording fails. It has two public constructors: one that takes no arguments and another that accepts a `String` message. It inherits methods from `java.lang.Throwable`, allowing operations like adding suppressed exceptions, getting the cause, and managing the stack trace. It also inherits from `java.lang.Object`, providing standard object methods. This exception signals recording issues and allows for detailed error reporting.\n"]]