ErrorCategory Table

Reported error category

Table 1. Database columns for ErrorCategory table

Database Column

Details

ErrorCategoryID

Type: integer. Key. Generated ID

The ID of the error category.

ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a error category name. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.