class Contentful::ServiceUnavailable

503

Protected Instance Methods

default_error_message() click to toggle source
# File lib/contentful/error.rb, line 188
def default_error_message
  'The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.'
end