sys_message - Giswater/giswater_dbmodel GitHub Wiki
Description:
System table for storing error and warning messages used on functions and triggers of a plugin.
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | integer | Id | 1002 |
| error_message | text | Main error text | Uncatched error |
| hint_message | text | Additional hint | Open PotgreSQL log file to get more details |
| log_level | smallint | Level of error (0 - INFO, 1 - WARNING, 2 - ERROR) | 2 |
| show_user | boolean | If true, message is shown to user | TRUE |
| project_type | text | Type of project on which message is used | utils |
| source | text | Message source | giswater |