Exception: Droonga::NotFound
- Inherits:
-
MessageProcessingError
- Object
- StandardError
- MessageProcessingError
- Droonga::NotFound
- Defined in:
- lib/droonga/message_processing_error.rb
Direct Known Subclasses
AddHandler::UnknownColumn, AddHandler::UnknownTable, Catalog::Base::UnknownDataset, Searcher::UnknownSource
Instance Attribute Summary
Attributes inherited from MessageProcessingError
Instance Method Summary collapse
Methods inherited from MessageProcessingError
#initialize, #name, #response_body
Constructor Details
This class inherits a constructor from Droonga::MessageProcessingError
Instance Method Details
#status_code ⇒ Object
50 51 52 |
# File 'lib/droonga/message_processing_error.rb', line 50 def status_code 404 end |