StandardError
The numeric error code that this exception represents.
# File lib/sqlite3/errors.rb, line 9 def self.code @code end
A convenience for accessing the error code for this exception.
# File lib/sqlite3/errors.rb, line 14 def code self.class.code end