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

Better error messages with InputPropertiesError #1199

Open
3 tasks
t0yv0 opened this issue Dec 4, 2024 · 0 comments
Open
3 tasks

Better error messages with InputPropertiesError #1199

t0yv0 opened this issue Dec 4, 2024 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@t0yv0
Copy link
Member

t0yv0 commented Dec 4, 2024

With pulumi/pulumi#17306 there is now a possibility for component providers to express validation errors gracefully (via InputPropertiesError) so that they are rendered as a user error and not as a gRPC stack dump.

At a glance it appears there is nothing to be done for bridged providers as they are not component providers. It is unclear if InputPropertiesError applies to normal resource providers as well or not. So excluding regular providers we have:

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Dec 4, 2024
@VenelinMartinov VenelinMartinov added kind/enhancement Improvements or new features and removed needs-triage Needs attention from the triage team labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

3 participants