Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::OperationError (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::OperationError.

Database instance operation error.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#code

def code() -> ::String
Returns
  • (::String) — Identifies the specific error that occurred.

#code=

def code=(value) -> ::String
Parameter
  • value (::String) — Identifies the specific error that occurred.
Returns
  • (::String) — Identifies the specific error that occurred.

#kind

def kind() -> ::String
Returns
  • (::String) — This is always sql#operationError.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — This is always sql#operationError.
Returns
  • (::String) — This is always sql#operationError.

#message

def message() -> ::String
Returns
  • (::String) — Additional information about the error encountered.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Additional information about the error encountered.
Returns
  • (::String) — Additional information about the error encountered.