[[["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-08-07 UTC."],[[["DebugInfo is a class within the Google.Rpc namespace, designed to provide additional debugging information, such as a stack trace and server-provided details."],["The DebugInfo class can be constructed either with no arguments or by copying an existing DebugInfo object, and it implements the IBufferMessage interface."],["Key properties include Detail, which is a string containing server provided info, and StackEntries, which is a repeated field of strings indicating the stack trace where an error occurred."],["The class exposes methods like CalculateSize, Clone, Equals, GetHashCode, MergeFrom, ToString, and WriteTo for managing and interacting with the debugging information."],["There are two integer fields: DetailFieldNumber, for identifying the field number for the \"detail\" field, and StackEntriesFieldNumber, which is the field number for the \"stack_entries\" field."]]],[]]