AR System Message Catalog
ARERR [9976] Wrong schema type specified for a query form list item in the Recursive Query.
- Product:
- AR System server
- Description:
- Server messages
- Type:
- Error
- Number:
- 9976
The ARGetListEntryWithMultiSchemaFields
function tried to perform a recursive query, but it failed because one or more of the items in the query from list (queryFromList) of the recursive query structure were not of the type AR_MULTI_SCHEMA_SCHEMA_NAME
. All the items in the list should be of that type.
For more information, see these topics in the C API Reference:
ARGetListEntryWithMultiSchemaFields
function
- ARMultiSchemaQueryFromList structure
ARMultiSchemaRecursiveQueryStruct
structure