Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class TransferErrorSummary.
A summary of errors by error code, plus a count and sample error log entries.
Generated from protobuf message google.cloud.parallelstore.v1.TransferErrorSummary
Namespace
Google \ Cloud \ Parallelstore \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ error_code |
int
One of the error codes that caused the transfer failure. |
↳ error_count |
int|string
Count of this type of error. |
↳ error_log_entries |
array<TransferErrorLogEntry>
A list of messages that carry the error details. |
getErrorCode
One of the error codes that caused the transfer failure.
Returns | |
---|---|
Type | Description |
int |
setErrorCode
One of the error codes that caused the transfer failure.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getErrorCount
Count of this type of error.
Returns | |
---|---|
Type | Description |
int|string |
setErrorCount
Count of this type of error.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getErrorLogEntries
A list of messages that carry the error details.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setErrorLogEntries
A list of messages that carry the error details.
Parameter | |
---|---|
Name | Description |
var |
array<TransferErrorLogEntry>
|
Returns | |
---|---|
Type | Description |
$this |