Exception: Gcloud::UnavailableError
- Defined in:
- lib/gcloud/errors.rb
Overview
Unavailable indicates the service is currently unavailable. This is a most likely a transient condition and may be corrected by retrying with a backoff.
See litmus test above for deciding between FailedPrecondition, Aborted, and Unavailable.
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
from_error, #initialize, klass_for
Constructor Details
This class inherits a constructor from Gcloud::Error