Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Success? Returns false when message is 'MoreDataAvailable' #56

Open
ellevest-mpogran opened this issue Dec 7, 2016 · 0 comments
Open

Comments

@ellevest-mpogran
Copy link

This seems like a bug, but perhaps I'm thinking about it incorrectly. success is determined by the message returned with a request.

def unpack raw
  ...
  @success = @message == 'OK'
end

However, if the number of results exceeds the page size, the message returned is not OK it's MoreDataAvailable. The request itself was successful, so it seems wrong to say that success = false.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant