()
| 19 | * @docs-private |
| 20 | */ |
| 21 | export function getTreeMultipleDefaultNodeDefsError() { |
| 22 | return Error(`There can only be one default row without a when predicate function.`); |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * Returns an error to be thrown when there are no matching node defs for a particular set of data. |
no outgoing calls
no test coverage detected