You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Raised in a Cloud Spanner issue, the returned
GoogleAPICallErrorhas acodeandgrpc_status_codeofNone.The issue seems to be at:
https://github.com/googleapis/python-api-core/blob/master/google/api_core/operation.py#L135
The
GoogleAPICallErrorconstructor does not set the code from theerrorsargument so the error code contained within it is being lost.