ErrorEvent

open class ErrorEvent

An event used internally to propagate exceptions up the hierarchy. Don't use this directly. Use com.facebook.litho.annotations.OnError instead.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
The ComponentTree the the error happened in.
Link copied to clipboard
The exception that caused the error event to be raised.