-
feat(pluginhost): improve error handling with HTTP status codes for plugin calls
发布于
2026-06-21 02:12:10 +00:00 - Added
rpcPluginErrorto encapsulate plugin errors with HTTP status codes. - Enhanced
decodeEnvelopeResultto preserve and return detailed plugin errors with status codes. - Introduced
isPluginErrorEnvelopeto identify plugin error envelopes. - Updated plugin call logic in Unix and Windows loaders to differentiate plugin errors from system errors.
- Added unit tests to verify error handling and status code preservation.
下载附件
- Added