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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved message for GetChunkError #2844

Merged
merged 3 commits into from May 7, 2024
Merged

Conversation

nvoxland-al
Copy link
Contributor

馃殌 馃殌 Pull Request

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Includes the "root cause" reason for a GetChunkError in the error message.

Things to be aware of

If the root cause is a GetChunkError also, it goes further up the chain

Things to worry about

The string versions of exceptions are not always good and may not be helpful. For example, the KeyError I tested with only listed the key with no other information. Other random causes for GetChunkError may be more helpful, or not

Copy link

sonarcloud bot commented May 7, 2024

@nvoxland-al nvoxland-al merged commit b1a13a9 into main May 7, 2024
7 of 10 checks passed
@nvoxland-al nvoxland-al deleted the get_chuck_exception_msg branch May 7, 2024 17:18
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.

None yet

4 participants