| ERROR | Illegal use of arrays inside an array of structs |
| CAUSE | An array of a struct that contained arrays of scalars or two-dimensional char or VARCHAR fields was used as a host variable. |
| ACTION | Rewrite the struct so that there are no scalar arrays or two-dimensional char or VARCHAR fields. |