()
| 235 | } |
| 236 | |
| 237 | func (m *RpcError) GetDetail() string { |
| 238 | if m != nil && m.Detail != nil { |
| 239 | return *m.Detail |
| 240 | } |
| 241 | return "" |
| 242 | } |
| 243 | |
| 244 | type Response struct { |
| 245 | Response []byte `protobuf:"bytes,1,opt,name=response" json:"response,omitempty"` |