google_api_storage_transfer v0.9.0 GoogleApi.StorageTransfer.V1.Model.ErrorSummary View Source
A summary of errors by error code, plus a count and sample error log entries.
Attributes
errorCode
(type:String.t
, default:nil
) - Required.errorCount
(type:String.t
, default:nil
) - Required. Count of this type of error.errorLogEntries
(type:list(GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry.t)
, default:nil
) - Error samples.At most 5 error log entries will be recorded for a given error code for a single transfer operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.StorageTransfer.V1.Model.ErrorSummary{ errorCode: String.t(), errorCount: String.t(), errorLogEntries: [GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.