[[["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-08-07 UTC."],[[["DebugInfo is a class that provides additional debugging information, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DebugInfo` class includes properties such as `Detail` for server-provided debugging information and `StackEntries` for the stack trace indicating where an error occurred."],["Constructors are available for creating a new `DebugInfo` object or cloning an existing one."],["The class has methods for size calculation, cloning, equality comparison, hash code generation, merging data, and string representation."],["The class contains the fields `DetailFieldNumber` and `StackEntriesFieldNumber`, which provide field numbers for their respective values."]]],[]]