UNSUPPORTED_GENERATOR error class

SQLSTATE: 0A000

The generator is not supported:

This error class has the following derived error classes:

MULTI_GENERATOR

only one generator allowed per <clause> clause but found <num>: <generators>.

NESTED_IN_EXPRESSIONS

nested in expressions <expression>.

NOT_GENERATOR

<functionName> is expected to be a generator. However, its class is <classCanonicalName>, which is not a generator.

OUTSIDE_SELECT

outside the SELECT clause, found: <plan>.