Exception: Google::Cloud::UnauthenticatedError
- Defined in:
- lib/google/cloud/errors.rb
Overview
Unauthenticated indicates the request does not have valid authentication credentials for the operation.
Instance Method Summary collapse
-
#code ⇒ Integer
gRPC error code for UNAUTHENTICATED.
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 UNAUTHENTICATED
483 484 485 |
# File 'lib/google/cloud/errors.rb', line 483 def code 16 end |