()
| 61 | * @docs-private |
| 62 | */ |
| 63 | export function getTableUnknownDataSourceError() { |
| 64 | return Error(`Provided data source did not match an array, Observable, or DataSource`); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Returns an error to be thrown when the text column cannot find a parent table to inject. |
no outgoing calls
no test coverage detected