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

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

Overview

Raised when built without defining APIs.

Instance Method Summary collapse

Instance Method Details

#messageObject



169
170
171
# File 'lib/datadog/core/transport/http/builder.rb', line 169

def message
  'No APIs configured for transport!'
end