Exception: Grafana::UnsupportedQueryResponseReceivedError

Inherits:
GrafanaError
  • Object
show all
Defined in:
lib/grafana/errors.rb

Overview

Raised if a datasource query returned with an unsupported result

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ UnsupportedQueryResponseReceivedError

Returns a new instance of UnsupportedQueryResponseReceivedError.



77
78
79
# File 'lib/grafana/errors.rb', line 77

def initialize(response)
  super("The datasource request returned with an unsupported response format (received: #{response}).")
end