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

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

Overview

Raised when built without defining APIs.

Instance Method Summary collapse

Instance Method Details

#messageObject



203
204
205
# File 'lib/datadog/core/remote/transport/http/builder.rb', line 203

def message
  'No APIs configured for transport!'
end