cerebro.events.
EventError
The event error class.
It is input into the “error_event” function of the “event” module.
def error_event(error, event): print(error) print(error.code) print(error.text)