-
Notifications
You must be signed in to change notification settings - Fork 33
sys_message
Daniel Marín edited this page Jul 8, 2026
·
1 revision
System table for storing error and warning messages used on functions and triggers of a plugin.
| 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 |


