Class: DatadogAPIClient::V2::CIAppCIError
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::CIAppCIError
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/ci_app_ci_error.rb
 
Overview
Contains information of the CI error.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #domain  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Error category used to differentiate between issues related to the developer or provider environments.
 - 
  
    
      #message  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Error message.
 - 
  
    
      #stack  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The stack trace of the reported errors.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Short description of the error type.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_ci_error.rb', line 36 def additional_properties @additional_properties end  | 
  
#domain ⇒ Object
Error category used to differentiate between issues related to the developer or provider environments.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_ci_error.rb', line 25 def domain @domain end  | 
  
#message ⇒ Object
Error message.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_ci_error.rb', line 28 def @message end  | 
  
#stack ⇒ Object
The stack trace of the reported errors.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_ci_error.rb', line 31 def stack @stack end  | 
  
#type ⇒ Object
Short description of the error type.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_ci_error.rb', line 34 def type @type end  |