Class: Google::Cloud::GkeHub::ConfigManagement::V1::SyncError
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::SyncError
- 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
-
#code ⇒ ::String
An ACM defined error code.
-
#error_message ⇒ ::String
A description of the error.
-
#error_resources ⇒ ::Array<::Google::Cloud::GkeHub::ConfigManagement::V1::ErrorResource>
A list of config(s) associated with the error, if any.
Instance Attribute Details
#code ⇒ ::String
Returns 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.
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.
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 |