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.
1511 1512 1513 1514 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1511 class OperationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns This is always sql#operationError.
1511 1512 1513 1514 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1511 class OperationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::String
Returns Additional information about the error encountered.
1511 1512 1513 1514 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1511 class OperationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |