Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#569] Add more info to EOF exception in C++ README.md #598

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

mikir
Copy link
Contributor

@mikir mikir commented Apr 19, 2024

Please, review a new description of EOF exception in C++ README.md file which should make things clearer:

"Throws if the end of the underlying buffer has been reached (reading beyond stream). This can happen in two cases: either due to data inconsistency or if the buffer size is set to 0 and data reading is requested. Data inconsistency can occur, for example, if the defined array length is greater than the actual data stored in the stream."

@mikir mikir requested a review from fklebert April 19, 2024 08:33
@mikir mikir self-assigned this Apr 19, 2024
@mikir mikir merged commit 1ce9881 into master Apr 19, 2024
14 checks passed
@mikir mikir deleted the doc-eof-exception-ci branch April 19, 2024 09:23
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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

Successfully merging this pull request may close these issues.

2 participants