Reference documentation and code samples for the Google Cloud Ces V1 Client class ErrorHandlingSettings.
Settings to describe how errors should be handled in the app.
Generated from protobuf message google.cloud.ces.v1.ErrorHandlingSettings
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ error_handling_strategy |
int
Optional. The strategy to use for error handling. |
getErrorHandlingStrategy
Optional. The strategy to use for error handling.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ErrorHandlingStrategy. |
setErrorHandlingStrategy
Optional. The strategy to use for error handling.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ErrorHandlingStrategy. |
| Returns | |
|---|---|
| Type | Description |
$this |
|