ignoreSourcing
Determines if this event stream should be ignored during event sourcing.
This function checks if the event stream contains only events that should be ignored during the event sourcing process. An event stream is considered ignorable if it represents the initial version and all events in the stream are marked with IgnoreSourcing and contain ErrorInfo.
Return
true if the event stream should be ignored during sourcing, false otherwise