Class: Google::Cloud::ConfigDelivery::V1::FleetPackageError

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

Overview

Information representing an error encountered during rolling out configurations.

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns Optional. A description of the error.

Returns:

  • (::String)

    Optional. A description of the error.



412
413
414
415
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 412

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