[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]