We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fail gracefully on invalid output for http response. Especially because breaking change, need very explicit error message. #264
Currently, this:
Exception: TypeError: Cannot create property 'headers' on string 'http output' Stack: TypeError: Cannot create property 'headers' on string 'http outpu' at Object.toRpcHttp [as converter] (D:\home\SiteExtensions\Functions\32bit\workers\node\worker-bundle.js:19813:25) at resultCallback (D:\home\SiteExtensions\Functions\32bit\workers\node\worker-bundle.js:17876:70) at InvocationContext.done (D:\home\SiteExtensions\Functions\32bit\workers\node\worker-bundle.js:19685:13) at D:\home\SiteExtensions\Functions\32bit\workers\node\worker-bundle.js:17915:47 at processTicksAndRejections (internal/process/task_queues.js:93:5)
Should check if output is object or not and give appropriate recommendation.
The text was updated successfully, but these errors were encountered:
mhoeger
No branches or pull requests
Fail gracefully on invalid output for http response. Especially because breaking change, need very explicit error message.
#264
Currently, this:
Should check if output is object or not and give appropriate recommendation.
The text was updated successfully, but these errors were encountered: