class Datadog::Profiling::Transport::HTTP::API::Spec::NoProfilesEndpointDefinedError

Raised when profiles sent but no profiles endpoint is defined

Attributes

spec[R]

Public Class Methods

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

Public Instance Methods

message() click to toggle source
# File lib/ddtrace/profiling/transport/http/api/spec.rb, line 32
def message
  'No profiles endpoint is defined for API specification!'
end