Method: FDB::Error#description
- Defined in:
- lib/fdbimpl.rb
#description ⇒ Object
296 297 298 299 300 301 |
# File 'lib/fdbimpl.rb', line 296 def description if !@description @description = FDBC.fdb_get_error(@code) end @description end |