emptyRowSet is returned when a query produces no endpoints and no schema.
| 599 | } |
| 600 | if err != nil { |
| 601 | if isTerminalSessionIdleWaitError(err) { |
| 602 | return nil |
| 603 | } |
| 604 | return err |
nothing calls this directly
no outgoing calls
no test coverage detected