Exception: Google::Cloud::CanceledError

Inherits:
Error
  • Object
show all
Defined in:
lib/google/cloud/errors.rb

Overview

Canceled indicates the operation was cancelled (typically by the caller).

Instance Method Summary collapse

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

#codeInteger

gRPC error code for CANCELLED

Returns:

  • (Integer)


238
239
240
# File 'lib/google/cloud/errors.rb', line 238

def code
  1
end