If an Exporter returns a FAILURE status, the BatchSpanProcessor calls OpenTelemetry.handle_error
with a new exception. But that exception doesn't tell you anything about what happened: all we get back is "Unable to export 90 spans" or some such because it just instantiated the error based on a return value--there's no raising or deeper stack trace (afaict).
Thanks again for all of your work on OTel!