apache / openwhisk-client-js

JavaScript client library for the Apache OpenWhisk platform
https://openwhisk.apache.org/
Apache License 2.0
83 stars 53 forks source link

OpenWhiskError message missing activation id #213

Open tysonnorris opened 4 years ago

tysonnorris commented 4 years ago

When an activation fails a message like POST <url> Returned HTTP 502 (Bad Gateway) --> "The action did not produce a valid response and exited unexpectedly.", but the caller has no indication of the activation id.

It would help if the error message included the activation id and the transaction id, to help developers debug issues.

style95 commented 4 years ago

+1