Error
| π Overview: 7 Fields | 2 Indexes | 1 One-to-Many Relations |
π Description
π¨οΈ System logging table capturing application errors and exceptions. Records error details, stack traces, and context for debugging.
- Table ID: 131
- UUID: AF1DEE5EA76ACE42AEFB98922A785EEB
- Primary Key: π
ID - Generated: π 2025-12-04T14:35:30Z
π Table of Contents
π Fields
| Field | Type | Constraints | Description |
| π ID | String | π PK, β¨ Unique | - |
| Code | Long Integer | - | - |
| Method | String (255) | - | - |
| Line | Long Integer | - | - |
| Formula | String (255) | - | - |
| GithubIssue | Object | - | - |
| Suppress | Boolean | π« Not Null | - |
π Indexes
| Field | Type | Kind | Unique |
Suppress | Keywords | regular | - |
ID | Keywords | regular | β¨ Yes |
π One-to-Many Relations
| Relation Name | Source Table | Source β Destination | State | Description |
ErrorDetailSelection | ErrorDetail | ErrorID β ID | Active | - |
π¦ Classes
- Error - ORDA DataClass class for Error table
- ErrorEntity - ORDA Entity class for Error table
- Errors - Data source for Errors form
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:35:30Z