Under the hood
A gRPC status-code restriction call was inlined, with no behavior change
What
A call that restricts which gRPC (a network protocol used for the control plane) status codes are used, previously made through a destructured dynamic-import-style reference, is now called directly.
Why
This is a small internal cleanup with no effect on plugin metadata error handling.