Exception: NTable::TableLockedError

Inherits:
NTableError
  • Object
show all
Defined in:
lib/ntable/errors.rb

Overview

Raised if you attempt to modify a table that is locked. Locked tables are usually “sub-views” into other tables, and cannot be edited directly because they share data with the parent table.