Module error

Module error 

Source
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.