Uses of Class
io.opentelemetry.exporter.internal.FailedExportException.HttpExportException
Packages that use FailedExportException.HttpExportException
-
Uses of FailedExportException.HttpExportException in io.opentelemetry.exporter.internal
Methods in io.opentelemetry.exporter.internal that return FailedExportException.HttpExportExceptionModifier and TypeMethodDescriptionFailedExportException.httpFailedExceptionally
(Throwable cause) Indicates an HTTP export failed exceptionally without receiving a response from the server.FailedExportException.httpFailedWithResponse
(HttpSender.Response response) Indicates an HTTP export failed after receiving a response from the server.