Exception: Google::Cloud::UnimplementedError
- Defined in:
- lib/google/cloud/errors.rb
Overview
Unimplemented indicates operation is not implemented or not supported/enabled in this service.
Instance Method Summary collapse
-
#code ⇒ Integer
gRPC error code for UNIMPLEMENTED.
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 UNIMPLEMENTED
427 428 429 |
# File 'lib/google/cloud/errors.rb', line 427 def code 12 end |