Footprints Data Model

Table
Table Name Publish Error
Table Definition An error that occurred during publishing.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Publish Error Id The automatically generated primary key of the publ_error table. LONG Yes
Publish Log Id A Foreign Key to the Publish Log table. LONG No
Error Type Name Error Type Name. VARCHAR(10) Yes
Location Name Location Name. TEXT No
Location Type Name Location Type Name. VARCHAR(255) Yes
Location Identifier Location Identifier VARCHAR(36) No
Item Id A Foreign Key to the Item table. LONG Yes
Item Name The name of the item being published. TEXT No
Message Error message. TEXT No