The metadata describes a rich diagnostic record - severity, error type, originating source and class/method, correlation id, request path, affected entity and record, HTTP status and a JSON context blob - and the entity is marked read-only (creation and editing are disabled, on the assumption the platform writes it).
Fields
| Field | Label | Type | Required | What it does |
|---|---|---|---|---|
AccessType | Access Type | PickList | Read / Create / Update / Delete / Execute. | |
ClassName | Class Name | Text | Class where the error originated. | |
CorrelationId | Correlation | Text | Request correlation id for tracing. | |
CreatedById | Created By | Lookup, hidden | User who inserted the row. | |
CreatedDateTime | Created Date | DateAndTime | Yes | When the row was inserted. |
CustomData | Custom Data | LongMultiLineText | Optional structured JSON context. | |
EntityName | Entity | Text | Affected entity (when known). | |
EntityRecordId | Record | Guid | Affected entity record id. | |
ErrorType | Error Type | PickList | Yes | System / Exception / Validation / Access / BusinessRule / Integration / Script. |
FieldName | Field | Text | Field name (validation/access errors). | |
HttpStatus | HTTP Status | Number | HTTP status code (Api source only). | |
Id | Record | Guid, hidden | Yes | Primary key. |
Message | Error Message | MultiLineText | Human-readable error message. | |
MethodName | Method Name | Text | Method where the error originated. | |
ModifiedById | Modified By | Lookup, hidden | User who last updated the row. | |
Name | Name | Text | Yes | Display name (auto-generated). |
OccurredUtc | Occurred (UTC) | DateAndTime | Yes | When the error was captured. |
OwnerId | Owner | Lookup, hidden | Record owner. | |
RelatedRunId | Related Run | Guid | Intended to link an error back to the automation script run that produced it. Nothing writes it, so it will not join to anything. | |
RequestPath | Request Path | Text | API route or worker source path. | |
Severity | Severity | PickList | Yes | Info / Warning / Error / Critical. |
Source | Source | PickList | Yes | Which subsystem the error came from. |
StackTrace | Stack Trace | LongMultiLineText | Full stack trace when available. | |
UpdatedDateTime | Updated Date | DateAndTime, hidden | Yes | Last update timestamp. |
UserId | User | Guid | User who hit the error. | |
UserName | User Name | Text | User display name at capture time. |
