You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec mentions that proxy_result_t can express either a success or error status, but does not define how it does that. Looking at the implementation (enum class WasmResult), it seems that 0 is success and there is a set of well-defined non-zero error codes. The spec ought to document all these as part.
The text was updated successfully, but these errors were encountered:
The vNEXT is unfortunately still a work-in-progress, and not what Envoy and the existing SDKs are implementing, although I'm actively working on fixing that.
Why are you looking at it? Are you implementing either host or another SDK?
The spec mentions that
proxy_result_t
can express either a success or error status, but does not define how it does that. Looking at the implementation (enum class WasmResult
), it seems that 0 is success and there is a set of well-defined non-zero error codes. The spec ought to document all these as part.The text was updated successfully, but these errors were encountered: