GoogleApi.StorageTransfer.V1.Model.ErrorSummary (google_api_storage_transfer v0.21.3) 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
Specs
t() :: %GoogleApi.StorageTransfer.V1.Model.ErrorSummary{
errorCode: String.t(),
errorCount: String.t(),
errorLogEntries: [GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.