ExportResult

sealed interface ExportResult

The result of a WarpSpanExporter.export or WarpSpanExporter.merge call.

Inheritors

Types

Link copied to clipboard
data class Failure(val cause: Throwable) : ExportResult

The durable write failed; the span is not persisted.

Link copied to clipboard
data object Success : ExportResult

The span was durably written to the local store.