MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / netErrorDetails

Function netErrorDetails

pkg/errors/conversion.go:246–251  ·  view source on GitHub ↗
(err net.Error)

Source from the content-addressed store, hash-verified

244}
245
246func netErrorDetails(err net.Error) []any {
247 return []any{
248 "message", err.Error(),
249 "timeout", err.Timeout(),
250 }
251}

Callers 1

FromFunction · 0.85

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected