Exception: Servus::Support::Errors::TooEarlyError
- Inherits:
-
ServiceError
- Object
- StandardError
- ServiceError
- Servus::Support::Errors::TooEarlyError
- Defined in:
- lib/servus/support/errors.rb
Overview
425 Too Early - server unwilling to process request that might be replayed.
Constant Summary collapse
- DEFAULT_MESSAGE =
'Too early'
Instance Attribute Summary
Attributes inherited from ServiceError
Instance Method Summary collapse
Methods inherited from ServiceError
Constructor Details
This class inherits a constructor from Servus::Support::Errors::ServiceError
Instance Method Details
#api_error ⇒ Object
291 |
# File 'lib/servus/support/errors.rb', line 291 def api_error = { code: http_status, message: } |
#http_status ⇒ Object
290 |
# File 'lib/servus/support/errors.rb', line 290 def http_status = :too_early |