EVENT_TYPE |
- Type
- String
- Description
-
The type of event. The value is
always ApexUnexpectedException.
|
EXCEPTION_CATEGORY |
- Type
- String
- Description
- The category of the unexpected
Apex exception. Provides a breakdown of unhandled exceptions
based on the type. For example, the
LimitException exception type is split
into subcategories that indicate if you exceeded a limit, such
as the total heap size or CPU time.
- Possible values:
-
- This field is available in API version 57.0 and later.
- Example
- LimitException: CpuTime
|
EXCEPTION_MESSAGE |
- Type
- Text
- Description
- The exception’s message.
- Example
- Divide by 0
|
EXCEPTION_TYPE |
- Type
- String
- Description
- The class type of the unexpected
exception.
- Example
- System.MathException
|
ORGANIZATION_ID |
- Type
- Id
- Description
- The 15-character ID of the org.
- For example: 00D000000000123.
|
REQUEST_ID |
- Type
- String
- Description
- The unique ID of a single transaction. A
transaction can contain one or more events. Each event in a
given transaction has the same
REQUEST_ID.
- For example: 3nWgxWbDKWWDIk0FKfF5DV.
|
STACK_TRACE |
- Type
- Text
- Description
-
The stack trace for the
exception.
If the exception is thrown from a managed
package, STACK_TRACE is
omitted.
- Example
-
Class.OpportunityUtility.insert: line 22, column 1
AnonymousBlock: line 1, column 1
|
TIMESTAMP |
- Type
- String
- Description
- The access time of Salesforce services in
GMT.
- For example: 2024-08-08T06:08:02.755+0000.
|
TIMESTAMP_DERIVED |
- Type
- DateTime
- Description
- The access time of Salesforce services in ISO8601-compatible
format (YYYY-MM-DDTHH:MM:SS.sssZ).
- For example: 2015-07-27T11:32:59.555Z. Timezone is GMT.
|
USER_ID |
- Type
- Id
- Description
- The 15-character ID of the user who’s using Salesforce services
through the UI or the API. For example: 00530000009M943.
|
USER_ID_DERIVED |
- Type
- Id
- Description
- The 18-character case-insensitive ID of the user who’s using
Salesforce services through the UI or the API.
-
For example: 00590000000I1SNIA0.
|