google_api_storage_transfer v0.1.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 (String.t): Required. Defaults to:
null
.- Enum - one of [OK, CANCELLED, UNKNOWN, INVALID_ARGUMENT, DEADLINE_EXCEEDED, NOT_FOUND, ALREADY_EXISTS, PERMISSION_DENIED, UNAUTHENTICATED, RESOURCE_EXHAUSTED, FAILED_PRECONDITION, ABORTED, OUT_OF_RANGE, UNIMPLEMENTED, INTERNAL, UNAVAILABLE, DATA_LOSS]
- errorCount (String.t): Count of this type of error. Required. Defaults to:
null
. - errorLogEntries ([ErrorLogEntry]): Error samples. Defaults to:
null
.
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() :: %GoogleApi.StorageTransfer.V1.Model.ErrorSummary{ errorCode: any(), errorCount: any(), errorLogEntries: [GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.