Experimental
Schema
DebugInfo
Type:
object
Describes additional debugging info.
detail
Type:
string
Additional debugging information provided by the server.
All schema constraints and annotations
{
"description": "Additional debugging information provided by the server.",
"type": "string"
}stackEntries
Type:
array
The stack trace entries indicating where the error occurred.
Array item
Type:
string
All schema constraints and annotations
{
"type": "string"
}All schema constraints and annotations
{
"description": "The stack trace entries indicating where the error occurred.",
"items": {
"type": "string"
},
"type": "array"
}All schema constraints and annotations
{
"description": "Describes additional debugging info.",
"properties": {
"detail": {
"description": "Additional debugging information provided by the server.",
"type": "string"
},
"stackEntries": {
"description": "The stack trace entries indicating where the error occurred.",
"items": {
"type": "string"
},
"type": "array"
}
},
"title": "DebugInfo",
"type": "object"
}