Class: Google::Cloud::Sql::V1::OperationError
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::OperationError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb
Overview
Database instance operation error.
Instance Attribute Summary collapse
-
#code ⇒ ::String
Identifies the specific error that occurred.
-
#kind ⇒ ::String
This is always
sql#operationError. -
#message ⇒ ::String
Additional information about the error encountered.
Instance Attribute Details
#code ⇒ ::String
Returns Identifies the specific error that occurred.
1541 1542 1543 1544 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1541 class OperationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns This is always sql#operationError.
1541 1542 1543 1544 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1541 class OperationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::String
Returns Additional information about the error encountered.
1541 1542 1543 1544 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1541 class OperationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |