class Datadog::Transport::HTTP::Traces::API::Spec::NoTraceEndpointDefinedError

Raised when traces sent but no traces endpoint is defined

Attributes

spec[R]

Public Class Methods

new(spec) click to toggle source
# File lib/ddtrace/transport/http/traces.rb, line 55
def initialize(spec)
  @spec = spec
end

Public Instance Methods

message() click to toggle source
# File lib/ddtrace/transport/http/traces.rb, line 59
def message
  'No trace endpoint is defined for API specification!'
end