Exception: MeiliSearch::TimeoutError
- Inherits:
-
StandardError
- Object
- StandardError
- MeiliSearch::TimeoutError
- Defined in:
- lib/meilisearch/error.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize ⇒ TimeoutError
constructor
A new instance of TimeoutError.
Constructor Details
#initialize ⇒ TimeoutError
Returns a new instance of TimeoutError.
55 56 57 58 |
# File 'lib/meilisearch/error.rb', line 55 def initialize @message = 'The update was not processed in the expected time' super(@message) end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
53 54 55 |
# File 'lib/meilisearch/error.rb', line 53 def @message end |