GetError returns the error set with SetError, or nil if none. This function always returns nil on clients.
()
| 140 | // GetError returns the error set with SetError, or nil if none. |
| 141 | // This function always returns nil on clients. |
| 142 | func (r *CallToolResult) GetError() error { |
| 143 | return r.err |
| 144 | } |
| 145 | |
| 146 | func (*CallToolResult) isResult() {} |
| 147 |
no outgoing calls