Exception: Momento::Error::ServerUnavailableError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Momento::Error::ServerUnavailableError
- Includes:
- Momento::Error
- Defined in:
- lib/momento/error/types.rb
Overview
The server was unable to handle the request
Instance Attribute Summary
Attributes included from Momento::Error
#cause, #context, #details, #transport_details
Instance Method Summary collapse
-
#error_code ⇒ Symbol
A Momento-specific code for the type of error.
-
#message ⇒ String
The error message.
Methods included from Momento::Error
Instance Method Details
#error_code ⇒ Symbol
A Momento-specific code for the type of error.
197 198 199 |
# File 'lib/momento/error/types.rb', line 197 def error_code :SERVER_UNAVAILABLE end |
#message ⇒ String
The error message.
202 203 204 |
# File 'lib/momento/error/types.rb', line 202 def "The server was unable to handle the request; consider retrying. If the error persists, please contact Momento." end |