Uses of Class
io.opentelemetry.exporter.internal.FailedExportException.HttpExportException
-
Packages that use FailedExportException.HttpExportException Package Description io.opentelemetry.exporter.internal Internal utilities for exporters. -
-
Uses of FailedExportException.HttpExportException in io.opentelemetry.exporter.internal
Methods in io.opentelemetry.exporter.internal that return FailedExportException.HttpExportException Modifier and Type Method Description static FailedExportException.HttpExportExceptionFailedExportException. httpFailedExceptionally(java.lang.Throwable cause)Indicates an HTTP export failed exceptionally without receiving a response from the server.static FailedExportException.HttpExportExceptionFailedExportException. httpFailedWithResponse(HttpSender.Response response)Indicates an HTTP export failed after receiving a response from the server.
-