pulumi/sdk/go/common/util/rpcutil/rpcerror
Thomas Gummerer 52522fb944
refactor InputPropertyErrors to be part of the rpcerror package (#17566)
We already had a package that was appropriate for these errors, and it
makes sense to extend that to also include the InputPropertiesErrors,
instead of having them live somewhere else. This is technically a
breaking change for component provider authors, but
InputPropertiesErrors have only been introduced recently, and have not
been widely advertised, so I think it's preferrable to have this cleanup
now rather than having to live with the two packages that do similar
things forever.
2024-11-06 10:56:10 +00:00
..
rpcerror.go refactor InputPropertyErrors to be part of the rpcerror package (#17566) 2024-11-06 10:56:10 +00:00
rpcerror_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00