class MeiliSearch::TimeoutError

Attributes

message[R]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/meilisearch/error.rb, line 55
def initialize
  @message = 'The update was not processed in the expected time'
  super(@message)
end