Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class FleetPackageError.
Information representing an error encountered during rolling out configurations.
Generated from protobuf message google.cloud.configdelivery.v1.FleetPackageError
Namespace
Google \ Cloud \ ConfigDelivery \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ error_message |
string
Optional. A description of the error. |
getErrorMessage
Optional. A description of the error.
Returns | |
---|---|
Type | Description |
string |
setErrorMessage
Optional. A description of the error.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |