Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogRecordPartialSuccessError ¶
LogRecordPartialSuccessError returns an error describing a partial success response for the log signal.
Types ¶
type PartialSuccess ¶
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.
func (PartialSuccess) Error ¶
func (ps PartialSuccess) Error() string
Error implements the error interface.
Click to show internal directories.
Click to hide internal directories.