Exception: Google::Cloud::UnavailableError

Inherits:
Error
  • Object
show all
Defined in:
lib/google/cloud/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.

Method Summary

Methods inherited from Error

#body, #code, #details, #header, #initialize, #metadata, #status_code, #status_details

Constructor Details

This class inherits a constructor from Google::Cloud::Error