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 numbers correctly in error response. #80

Closed cbickel closed 6 years ago

cbickel commented 6 years ago

With this change, the error code will be displayed like the following again: error: Unable to get action 'testtestfsda': The requested resource does not exist. (code 5877390) With the PR, that changes the tid (https://github.com/apache/incubator-openwhisk/pull/3199), it looks like the following: error: Unable to get action 'testtest': The supplied authentication is invalid (code a217286c1a5a996b0a4ee01a891413d5)