Exception: Railerr::RequestTimeoutError

Inherits:
APIException
  • Object
show all
Defined in:
lib/railerr/api_exceptions.rb

Overview

Raised for HTTP 408 Request Timeout

Constant Summary collapse

DEFAULT_MESSAGE =
'Request timeout'
STATUS_CODE =
Status::HTTP_408_REQUEST_TIMEOUT

Method Summary

Methods inherited from APIException

#default_message, #initialize, #status_code

Constructor Details

This class inherits a constructor from Railerr::APIException