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