Exception: Momento::Error::ConnectionError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Momento::Error::ConnectionError
- Includes:
- Momento::Error
- Defined in:
- lib/momento/error/types.rb
Overview
Error connecting to Momento servers.
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.
85 86 87 |
# File 'lib/momento/error/types.rb', line 85 def error_code :CONNECTION_ERROR end |
#message ⇒ String
The error message.
90 91 92 |
# File 'lib/momento/error/types.rb', line 90 def "Error connecting to Momento servers." end |