Exception: Datadog::Core::Remote::Transport::HTTP::Builder::NoDefaultApiError

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

Overview

Raised when client built without defining a default API.

Instance Method Summary collapse

Instance Method Details

#messageObject



210
211
212
# File 'lib/datadog/core/remote/transport/http/builder.rb', line 210

def message
  'No default API configured for transport!'
end