Description
The following table displays the documentation for the 'QueryNext' API in all languages currently available:
Language |
Documentation |
---|---|
English (United States) |
Retrieves next value from collection |
Español (moderno) |
Recupera siguiente valor de la colección |
Português (Brasil) |
Recupera próximo valor da coleção |
Parameters
The following table describes all of 'QueryNext''s parameters, in every language available.
ID |
Name |
Language |
Description |
Type |
Min-Max Length |
Reentr Key Member |
Optional |
---|---|---|---|---|---|---|---|
1 |
QueryAllow |
English (United States) |
Operation handle returned from succesful call of QueryAnonymousAllow or QueryAllow |
48-48 |
No |
No |
|
1 |
QueryAllow |
Español (moderno) |
Protocolo de operación obtenido de llamada exitosa a QueryAnonymousAllow o QueryAllow |
48-48 |
No |
No |
|
1 |
QueryAllow |
Português (Brasil) |
Protocolo de operação retornado por chamada bem sucedida a QueryAnonymousAllow ou QueryAllow |
48-48 |
No |
No |
Return Value
'QueryNext' returns a value of type string (minimum length of returned values is one character characters, while maximum length of returned values is 256 characters characters).
Please note that all APIs returning values of types that allow for localized values (like e.g. boolean or country) always return the standard type values.
Specific Error Codes
If an error happens during the execution of any VersaCloud call, an errorcode is returned instead of the standard return value described above.
The following table lists errorcodes returned specifically by the 'QueryNext' API (generic errorcodes like wrong number of parameters or invalid values for parameters' types are not listed):
Errorcode |
Language |
Description |
---|---|---|
:@Err#Qry0000051 |
English (United States) |
The query has returned a number of values smaller than the minimum (or bigger than the maximum) specified |
:@Err#Qry0000053 |
English (United States) |
Query definition refers to parameters that have not been provided values for execution. Review references to parameters between curly braces. |
:@Err#Qry7777777 |
English (United States) |
Query has no more values to return |
:@Err#Qry0000051 |
Español (moderno) |
La consulta há retornado una cantidad valores menor que el mínimo (o mayor que el máximo) especificado |
:@Err#Qry0000053 |
Español (moderno) |
La definición de la consulta hace referencia a parámetros para los cuales no fueron informados valores para la ejecución. Revise las referencias a los parámetros entre llaves. |
:@Err#Qry7777777 |
Español (moderno) |
Consulta no posee valores adicionales a retornar |
:@Err#Qry0000051 |
Português (Brasil) |
A consulta retornou um número de valores menor que o mínimo (ou maior que o máximo) especificado |
:@Err#Qry0000053 |
Português (Brasil) |
A definição da consulta referencia parâmetros para os quais não foram fornecidos valores para a exeução. Revise as referências aos parâmetros entre chaves. |
:@Err#Qry7777777 |
Português (Brasil) |
Consulta não possui valores adicionais a retornar |
US Patent Requested