Exception: Droonga::Dispatcher::MissingDatasetParameter

Inherits:
ErrorMessages::BadRequest show all
Defined in:
lib/droonga/dispatcher.rb

Constant Summary

Constants inherited from ErrorMessages::BadRequest

ErrorMessages::BadRequest::STATUS_CODE

Constants inherited from ErrorMessage

ErrorMessage::STATUS_CODE

Instance Attribute Summary

Attributes inherited from ErrorMessage

#detail

Instance Method Summary collapse

Methods inherited from ErrorMessage

#name, #response_body, #status_code

Constructor Details

#initializeMissingDatasetParameter

Returns a new instance of MissingDatasetParameter.



33
34
35
# File 'lib/droonga/dispatcher.rb', line 33

def initialize
  super("Missing required parameter: <dataset>")
end