google_api_storage_transfer v0.6.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.No more than 100 error log entries may be recorded for a given error code for a single task.
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 Source
t()
View Source
t() :: %GoogleApi.StorageTransfer.V1.Model.ErrorSummary{
errorCode: String.t(),
errorCount: String.t(),
errorLogEntries: [GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry.t()]
}
t() :: %GoogleApi.StorageTransfer.V1.Model.ErrorSummary{ errorCode: String.t(), errorCount: String.t(), errorLogEntries: [GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.