package
0.0.0-20250307145433-2f16e1b8c59c
Repository: https://github.com/indaco/tempo.git
Documentation: pkg.go.dev

# Functions

LogErrorChain logs an error chain to the console.
LogErrorChainWithAttrs logs an error chain with additional attributes in a structured format.
NewTempoError creates a new TempoError instance.
Wrap creates a TempoError with a given message, optional cause, and formatting arguments.

# Structs

TempoError represents an error with an additional context message, cause, and attributes.

# Interfaces

TempoErrorInterface defines the interface for TempoError with extended capabilities.