public interface TriggerHandler
Thread that triggered
the error, thus blocking the execution (exception propagation) of application until the
TriggerHandler implementation finishes the handling.
The interface implementations must be thread-safe.void onError(Trigger trigger)