Exception: Google::Cloud::DataLossError
- Defined in:
- lib/google/cloud/errors.rb
Overview
DataLoss indicates unrecoverable data loss or corruption.
Instance Method Summary collapse
-
#code ⇒ Integer
gRPC error code for DATA_LOSS.
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 DATA_LOSS
470 471 472 |
# File 'lib/google/cloud/errors.rb', line 470 def code 15 end |