I'm using the Golang Client Library for Google Cloud Storage to fetch and retrieve data from Google Bucket.
But I cannot find a way to do some error handling. The SDK returns some strings and there is no documentation around that. It would have been good if they sent error codes.
This page https://cloud.google.com/appengine/docs/standard/go/googlecloudstorageclient/errors talks about only 2 errors.
Perhaps, I'm missing something. Is it possible to get error codes?