You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method fails with a IndexOutOfBoundsException if the number of posts returned in the CrossPost.posts field is less than needed to fill the current requested page.
For example:
0 Post objects returned for page=0, pageSize=1
1 Post objects returned for page=0, pageSize=2
3 Post objects returned for page=1, pageSize=2
4 Post objects returned for page=2, pageSize=4
The text was updated successfully, but these errors were encountered:
This method fails with a
IndexOutOfBoundsException
if the number of posts returned in theCrossPost.posts
field is less than needed to fill the current requested page.For example:
The text was updated successfully, but these errors were encountered: