Kuzzle-SDK-SearchResult query

34 Views Asked by At

I am currently trying to SearchResult query in kuzzle android sdk earlier it was working but after upgrading the version I have an error when I perform SearchResult I get following error : java.util.concurrent.ExecutionException: io.kuzzle.sdk.Exceptions.ApiErrorException: Wrong type for argument "from" (expected: integer) Any idea of the reason ? Thanks

1

There are 1 best solutions below

0
Aschen On

Actually the error message gives you the answer: Wrong type for argument "from" (expected: integer)

I suspect that your from argument is not an integer type.