sqlerror

sqlerror.foreign_key_violation_error

  • Attribute: lsserver.core.localizations.keys.FOREIGN_KEY_VIOLATION_ERROR
  • Fields: query, message
  • Example Message: Foreign key constraint violated executing query ‘%(query)s’: %(message)s
  • Doc: Foreign key constraint violated executing query ‘None’: None

sqlerror.general_sql_error

  • Attribute: lsserver.core.localizations.keys.SQL_ERROR
  • Fields: query, message
  • Example Message: Unabled to process query ‘%(query)s’: %(message)s
  • Doc: Unabled to process query ‘None’: None

sqlerror.illegal_control_character

  • Attribute: lsserver.core.localizations.keys.SQL_ILLEGAL_CONTROL_CHARACTER
  • Fields: character
  • Example Message: ILLEGAL CONTROL CHARACTER IN STRING: %(character)s
  • Doc: ILLEGAL CONTROL CHARACTER IN STRING: None

sqlerror.table_lock

  • Attribute: lsserver.core.localizations.keys.SQL_TABLE_LOCK_ERROR
  • Fields: table, current_lock_holder, id
  • Example Message: Lock error: %(table)s:%(id)s; Lock Holder Info: %(current_lock_holder)s
  • Doc: Lock error: None:None; Lock Holder Info: None