Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
246
func
netErrorDetails(err net.Error) []any {
247
return
[]any{
248
"message"
, err.Error(),
249
"timeout"
, err.Timeout(),
250
}
251
}
Callers
1
From
Function · 0.85
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected