An event emitted when an error has occurred.
messagestringrequired
The error message.
typestringrequired
Type discriminator.
Default value:
error
Example:
error
ErrorEvent
{
"message": "string",
"type": "error"
}
An event emitted when an error has occurred.
The error message.
Type discriminator.
error
error
{
"message": "string",
"type": "error"
}