Is is possible that we receive an ERROR event via Watcher

I am using the fabric8 Kubernetes client SDK. I create a Pod and start a Watcher in my APP for receiving all the ACTION events from the K8s side. But I have a question regarding the ACTION.ERROR event type: is it possible that I receive that kind of event? Is there any cases that the ERROR event is emitted?