This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
Incorrect error message for "RESOURCE_OPERATION_RATE_EXCEEDED" error #279
Labels
api: compute
Issues related to the googleapis/python-compute API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
python --version
: 3.7pip --version
:google-cloud-compute
version:pip show google-cloud-compute
:main
branch, it's happening in our automated tests.Steps to reproduce
test_images.py
google.api_core.exceptions.Forbidden: 403 FORBIDDEN
RESOURCE_OPERATION_RATE_EXCEEDED
and in human terms:Too frequent operations from the source resource.
See: img_error.txtCode example
In samples/snippets/tests/test_images.py
Stack trace
The text was updated successfully, but these errors were encountered: