()
| 50 | * @docs-private |
| 51 | */ |
| 52 | export function getTableMissingRowDefsError() { |
| 53 | return Error( |
| 54 | 'Missing definitions for header, footer, and row; ' + |
| 55 | 'cannot determine which columns should be rendered.', |
| 56 | ); |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * Returns an error to be thrown when the data source does not match the compatible types. |
no outgoing calls
no test coverage detected