Exception: MeiliSearch::TimeoutError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/meilisearch/error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTimeoutError

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

#messageObject (readonly)

Returns the value of attribute message.



53
54
55
# File 'lib/meilisearch/error.rb', line 53

def message
  @message
end