google.appengine.api.yaml_errors.EventError

Generated specifically when an error occurs in the event handler.

Inherits From: EventListenerError, Error, expected_type

cause The original exception which caused the EventListenerError.
event Event being handled when exception occured.