Expand description
These fields can represent errors of any kind. Use them for errors that happen while fetching events or in cases where the event itself contains an error.
Constantsยง
- ERROR_
CODE - Error code describing the error.
- ERROR_
ID - Unique identifier for the error.
- ERROR_
MESSAGE - Error message.
- ERROR_
STACK_ TRACE - The stack trace of this error in plain text.
- ERROR_
TYPE - The type of the error, for example the class name of the exception.