Exception: Datadog::Tracing::Transport::HTTP::Builder::NoAdapterForApiError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/datadog/tracing/transport/http/builder.rb

Overview

Raised when an adapter cannot be resolved for an API instance.

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ NoAdapterForApiError

Returns a new instance of NoAdapterForApiError.



140
141
142
# File 'lib/datadog/tracing/transport/http/builder.rb', line 140

def initialize(key)
  super("No adapter resolved for transport API '#{key}'!")
end