Commit 1d938d6a authored by Andrew Mitchell's avatar Andrew Mitchell
Browse files

Updated protocol documentation to match new limit behavior

parent dbbf4771
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -897,9 +897,8 @@ hmac: "..."

Error Cases:

* `code = INTERNAL_ERROR`:
	* The response message is larger than the allowed size. This could be because the number of keys in the range is too great to fit in one message. In this case, `statusMessage` will be "Response too large".
	* This code could also indicate that a malfunction ocurred on the device.
* `code = INVALID_REQUEST`
    * The `maxReturned` exceeded the limit, the `status.statusMessage` will be `Key limit exceeded.`

Edge Cases: