Class: DatadogAPIClient::V2::CIAppCIError

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#domainObject

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

#messageObject

Error message.



28
29
30
# File 'lib/datadog_api_client/v2/models/ci_app_ci_error.rb', line 28

def message
  @message
end

#stackObject

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

#typeObject

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