class Datadog::Transport::HTTP::Traces::API::Instance::TracesNotSupportedError

Raised when traces sent to API that does not support traces

Attributes

spec[R]

Public Class Methods

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

Public Instance Methods

message() click to toggle source
# File lib/ddtrace/transport/http/traces.rb, line 83
def message
  'Traces not supported for this API!'
end