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
You should get all the information on the Error structure.
tracing::info!("{:?}", err);
2025-01-30T08:57:35.538564Z INFO google_cloud_storage::client::test: GoogleCloudStorage(Response(ErrorResponse { code: 403, errors: [ErrorResponseItem { domain: "global", location: None, location_type: None, message: "[email protected] does not have storage.objects.create access to the Google Cloud Storage object. Permission 'storage.objects.create' denied on resource (or it may not exist).", reason: "forbidden" }], message: "[email protected] does not have storage.objects.create access to the Google Cloud Storage object. Permission 'storage.objects.create' denied on resource (or it may not exist)." }))
I am using thiserror to consume your errors:
But the error I'm getting is unclear what it means when I call
to_string()
on the error:This happens when I call:
Any suggestions how to get more informative error messages? Also, does this mean something timed out? How do I set a higher timeout setting?
Version:
0.22.1
The text was updated successfully, but these errors were encountered: