Exception: Google::Cloud::InternalError
- Defined in:
- lib/google/cloud/errors.rb
Overview
Internal errors. Means some invariants expected by underlying system has been broken. If you see one of these errors, something is very broken.
Instance Method Summary collapse
-
#code ⇒ Integer
gRPC error code for INTERNAL.
Methods inherited from Error
#body, #details, #domain, #error_info, #error_metadata, #header, #initialize, #metadata, #reason, #status_code, #status_details
Constructor Details
This class inherits a constructor from Google::Cloud::Error
Instance Method Details
#code ⇒ Integer
gRPC error code for INTERNAL
441 442 443 |
# File 'lib/google/cloud/errors.rb', line 441 def code 13 end |