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

fix: improve error message format with correlation id [Backport release-1.x] #431

Merged
merged 1 commit into from
May 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 6, 2024

This improves the format of our error message, as they might be printed to the users.

Before:

hcloud: server name is already used (uniqueness_error) (Correlation ID: d5064a1f0bb9de4b)

After:

hcloud: server name is already used (uniqueness_error, d5064a1f0bb9de4b)

Backport 013477f from #430.

BEGIN_COMMIT_OVERRIDE
fix: improve error message format with correlation id
END_COMMIT_OVERRIDE

This improves the format of our error message, as they might be printed
to the users.

Before:
```
hcloud: server name is already used (uniqueness_error) (Correlation ID: d5064a1f0bb9de4b)
```

After:
```
hcloud: server name is already used (uniqueness_error, d5064a1f0bb9de4b)
```

(cherry picked from commit 013477f)
@github-actions github-actions bot requested a review from a team as a code owner May 6, 2024 08:58
@jooola jooola merged commit 1939cfb into release-1.x May 6, 2024
@jooola jooola deleted the backport-430-to-release-1.x branch May 6, 2024 08:59
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

1 participant