class Datadog::Profiling::Transport::HTTP::API::Instance::ProfilesNotSupportedError

Raised when profiles sent to API that does not support profiles

Attributes

spec[R]

Public Class Methods

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

Public Instance Methods

message() click to toggle source
# File lib/ddtrace/profiling/transport/http/api/instance.rb, line 28
def message
  'Profiles not supported for this API!'
end