Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/auth0-cli
/ unexpectedError
Function
unexpectedError
internal/cli/flags.go:455–457 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
453
}
454
455
func
unexpectedError(err error) error {
456
return
fmt.Errorf(
"an unexpected error occurred: %w"
, err)
457
}
Callers
3
handleInputError
Function · 0.85
loadQuickstartSampleReadme
Function · 0.85
relativeQuickstartSamplePath
Function · 0.85
Calls
1
Errorf
Method · 0.80
Tested by
no test coverage detected