Method: Solarium::Database#error
- Defined in:
- lib/solarium/database.rb
#error ⇒ Object (readonly)
Public: Either an exception that was thrown during database connection or nil.
9 10 11 |
# File 'lib/solarium/database.rb', line 9 def error @error end |