We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c178a3 commit a61f993Copy full SHA for a61f993
lavalink/load_result.go
@@ -78,9 +78,10 @@ type Empty struct{}
78
func (Empty) loadResultData() {}
79
80
type Exception struct {
81
- Message string `json:"message"`
82
- Severity Severity `json:"severity"`
83
- Cause *string `json:"cause,omitempty"`
+ Message string `json:"message"`
+ Severity Severity `json:"severity"`
+ Cause string `json:"cause"`
84
+ CauseStackTrace string `json:"causeStackTrace"`
85
}
86
87
func (Exception) loadResultData() {}
0 commit comments