apache / openwhisk-client-go

Go client library for the Apache OpenWhisk platform
https://openwhisk.apache.org/
Apache License 2.0
35 stars 44 forks source link

Parse an action's application error #133

Closed mdeuser closed 4 years ago

mdeuser commented 4 years ago

Currently, application errors are not parsed since the application error format is dynamic. This PR treats the application error as generic JSON, inspecting the "error" field for its data type and handling the type appropriately.

Also, vendor.json is updated to include several missing packages

mdeuser commented 4 years ago

@mrutkows - thanks!