DebugInfo

Describes additional debugging info.

JSON representation
{
  "stackEntries": [
    string
  ],
  "detail": string
}
Fields
stackEntries[]

string

The stack trace entries indicating where the error occurred.

detail

string

Additional debugging information provided by the server.