tracing/errors.go (
5
lines of code) (
raw
):
package tracing import ( "fmt" ) // ErrConfiguration is returned when the tracer is not properly configured. var ErrConfiguration = fmt.Errorf("tracing is not properly configured")