Skip to content

TheSchwartz Error Table

mikert edited this page Mar 15, 2011 · 1 revision

Purpose

This table stores error messages reported during the execution of "TheSchwartz tasks."

Fields

  • ts_error_error_time - int(11) - The UNIX timestamp for when the error occurred.
  • ts_error_funcid - int(11) - The foreign key pointing to ts_funcmap, identifying which function call failed.
  • ts_error_jobid - int(11) - The foreign key point to ts_job, identifying which job failed.
  • ts_error_message - varchar(255) - The error message.

Indexes

  • mt_ts_error_jobid
  • mt_ts_error_error_time
  • mt_ts_error_funcid_time - columns:
    • ts_error_funcid
    • ts_error_error_time
Clone this wiki locally