GoogleApi.StorageTransfer.V1.Model.ErrorSummary (google_api_storage_transfer v0.37.3)
View SourceA 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 are recorded for a given error code for a single transfer operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.StorageTransfer.V1.Model.ErrorSummary{ errorCode: String.t() | nil, errorCount: String.t() | nil, errorLogEntries: [GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry.t()] | nil }