Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class ErrorSummary.
A summary of errors by error code, plus a count and sample error log entries.
Generated from protobuf message google.storagetransfer.v1.ErrorSummary
Namespace
Google \ Cloud \ StorageTransfer \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ error_code
int
Required.
↳ error_count
int|string
Required. Count of this type of error.
↳ error_log_entries
array< ErrorLogEntry
>
Error samples. At most 5 error log entries are recorded for a given error code for a single transfer operation.
getErrorCode
Required.
int
setErrorCode
Required.
var
int
$this
getErrorCount
Required. Count of this type of error.
int|string
setErrorCount
Required. Count of this type of error.
var
int|string
$this
getErrorLogEntries
Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
setErrorLogEntries
Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
$this