()
| 910 | } |
| 911 | |
| 912 | func (x *QueryResult) GetCommandError() *QueryResult_CommandError { |
| 913 | if x != nil { |
| 914 | if x, ok := x.DetailedError.(*QueryResult_CommandError_); ok { |
| 915 | return x.CommandError |
| 916 | } |
| 917 | } |
| 918 | return nil |
| 919 | } |
| 920 | |
| 921 | func (x *QueryResult) GetMessages() []*QueryResult_Message { |
| 922 | if x != nil { |