Adds this result to an EventSink.
Calls the sink's add or addError method as appropriate.
add
addError
void addTo(EventSink sink) { sink.addError(error, stackTrace); }