Skip to content

fix: wrap errors for proper error chain propagation#99

Open
shiv-tyagi wants to merge 1 commit intoROCm:mainfrom
shiv-tyagi:fix-error-propagation
Open

fix: wrap errors for proper error chain propagation#99
shiv-tyagi wants to merge 1 commit intoROCm:mainfrom
shiv-tyagi:fix-error-propagation

Conversation

@shiv-tyagi
Copy link
Member

We should not just print on console and return the error as-is to upstream but rather wrap it with context and then propagate it. This is a standard golang practice.

We should not just print on console and return the error as-is to upstream but rather wrap it with context and then propagate it. This is a standard golang practice.
@shiv-tyagi shiv-tyagi force-pushed the fix-error-propagation branch from bfe32f4 to 29a0b93 Compare February 17, 2026 09:32
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.

1 participant

Comments