AR System Message Catalog
ARERR [9982] Wrong query type specified for an item in the query form list.
- Product:
- AR System server
- Description:
- Server messages
- Type:
- Error
- Number:
- 9982
A call to the ARGetListEntryWithMultiSchemaFields
function failed because one or more of the items in the function's query from list (queryFromList) is of the wrong type. These are the valid item types:
- Form = 0 (
AR_MULTI_SCHEMA_SCHEMA_NAME
)
- Recursive query = 2 (
AR_MULTI_SCHEMA_RECURSIVE_QUERY
)
Verify the type and retry the operation.
For more information, see these topics in the C API Reference:
ARGetListEntryWithMultiSchemaFields
function
- ARMultiSchemaQueryFromList structure
ARMultiSchemaQueryFromStruct
structure