Class: Google::Cloud::GkeHub::ConfigManagement::V1::SyncError

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb

Overview

An ACM created error representing a problem syncing configurations

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns An ACM defined error code.

Returns:

  • (::String)

    An ACM defined error code



491
492
493
494
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 491

class SyncError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#error_message::String

Returns A description of the error.

Returns:

  • (::String)

    A description of the error



491
492
493
494
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 491

class SyncError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#error_resources::Array<::Google::Cloud::GkeHub::ConfigManagement::V1::ErrorResource>

Returns A list of config(s) associated with the error, if any.

Returns:



491
492
493
494
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 491

class SyncError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end