Class: Google::Apis::DoubleclickbidmanagerV1::ReportFailure
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DoubleclickbidmanagerV1::ReportFailure
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/doubleclickbidmanager_v1/classes.rb,
 generated/google/apis/doubleclickbidmanager_v1/representations.rb,
 generated/google/apis/doubleclickbidmanager_v1/representations.rb
Overview
An explanation of a report failure.
Instance Attribute Summary collapse
- 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Error code that shows why the report was not created. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReportFailure 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ReportFailure. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReportFailure
Returns a new instance of ReportFailure
| 522 523 524 | # File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 522 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#error_code ⇒ String
Error code that shows why the report was not created.
Corresponds to the JSON property errorCode
| 520 521 522 | # File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 520 def error_code @error_code end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 527 528 529 | # File 'generated/google/apis/doubleclickbidmanager_v1/classes.rb', line 527 def update!(**args) @error_code = args[:error_code] if args.key?(:error_code) end |