package internal

Import Path
	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files Package internal provides internal functionally for the otlptracegrpc package. partialsuccess.go
Package-Level Type Names (only one)
/* sort by: | */
PartialSuccess represents the underlying error for all handling OTLP partial success messages. Use `errors.Is(err, PartialSuccess{})` to test whether an error passed to the OTel error handler belongs to this category. ErrorMessage string RejectedItems int64 RejectedKind string Error implements the error interface. Is supports the errors.Is() interface. PartialSuccess : error
Package-Level Functions (total 2)
MetricPartialSuccessError returns an error describing a partial success response for the metric signal.
TracePartialSuccessError returns an error describing a partial success response for the trace signal.