Class: Google::Cloud::Sql::V1::OperationError

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#code::String

Returns Identifies the specific error that occurred.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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