Exception: Grafana::UnsupportedQueryResponseReceivedError
- Inherits:
-
GrafanaError
- Object
- StandardError
- GrafanaError
- Grafana::UnsupportedQueryResponseReceivedError
- Defined in:
- lib/grafana/errors.rb
Overview
Raised if a datasource query returned with an unsupported result
Instance Method Summary collapse
-
#initialize(response) ⇒ UnsupportedQueryResponseReceivedError
constructor
A new instance of UnsupportedQueryResponseReceivedError.
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 |