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

Actions: fix custom error message on client #11030

Merged
merged 4 commits into from
May 13, 2024

Conversation

bholmesdev
Copy link
Contributor

@bholmesdev bholmesdev commented May 13, 2024

Changes

Resolves #11009

Correctly pass custom error message to the client. Also pass the stack in development for easier debugging.

Testing

  • Integration test for server errors
  • e2e test for client errors

Docs

N/A

Copy link

changeset-bot bot commented May 13, 2024

🦋 Changeset detected

Latest commit: b8211a3

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label May 13, 2024
@bholmesdev bholmesdev force-pushed the fix/action-custom-error-client branch from d45e862 to d624260 Compare May 13, 2024 17:24
@matthewp matthewp merged commit 18e7f33 into main May 13, 2024
13 checks passed
@matthewp matthewp deleted the fix/action-custom-error-client branch May 13, 2024 18:40
@astrobot-houston astrobot-houston mentioned this pull request May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Actions API custom error message sent to client
2 participants