Class: Google::Logging::V2::WriteLogEntriesPartialErrors
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Logging::V2::WriteLogEntriesPartialErrors
 
 
- Defined in:
 - lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb
 
Overview
Error details for WriteLogEntries with partial success.
Instance Attribute Summary collapse
- 
  
    
      #log_entry_errors  ⇒ Hash{Integer => Google::Rpc::Status} 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When +WriteLogEntriesRequest.partial_success+ is true, records the error status for entries that were not written due to a permanent error, keyed by the entry's zero-based index in +WriteLogEntriesRequest.entries+.
 
Instance Attribute Details
#log_entry_errors ⇒ Hash{Integer => Google::Rpc::Status}
Returns When +WriteLogEntriesRequest.partial_success+ is true, records the error status for entries that were not written due to a permanent error, keyed by the entry's zero-based index in +WriteLogEntriesRequest.entries+.
Failed requests for which no entries are written will not include per-entry errors.
      119  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb', line 119 class WriteLogEntriesPartialErrors; end  |