Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ Error
Method
Error
src/go/plugin/framework/charttpl/errors.go:21–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
(e fieldError) Error() string {
22
if
e.Path ==
""
{
23
return
e.Reason
24
}
25
return
fmt.Sprintf(
"%s: %s"
, e.Path, e.Reason)
26
}
Callers
15
recordWriteError
Method · 0.45
TestInferDimensionLabelKeyScenarios
Function · 0.45
runTestBuildPlanRequiresFlattenedReaderForInference
Function · 0.45
TestEngineLoadScenarios
Function · 0.45
TestCompileScenarios
Function · 0.45
TestParseTemplateLiteralOnly
Function · 0.45
TestRenderChartInstanceIDScenarios
Function · 0.45
TestNewProgramScenarios
Function · 0.45
TestValidateInstanceLabelSelectorsReportsJoinedErrors
Function · 0.45
TestValidateDimensionReportsJoinedErrors
Function · 0.45
TestNewProgramReportsJoinedChartErrors
Function · 0.45
TestApplyPlanRejectsEmptyTypeID
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestInferDimensionLabelKeyScenarios
Function · 0.36
runTestBuildPlanRequiresFlattenedReaderForInference
Function · 0.36
TestEngineLoadScenarios
Function · 0.36
TestCompileScenarios
Function · 0.36
TestParseTemplateLiteralOnly
Function · 0.36
TestRenderChartInstanceIDScenarios
Function · 0.36
TestNewProgramScenarios
Function · 0.36
TestValidateInstanceLabelSelectorsReportsJoinedErrors
Function · 0.36
TestValidateDimensionReportsJoinedErrors
Function · 0.36
TestNewProgramReportsJoinedChartErrors
Function · 0.36
TestApplyPlanRejectsEmptyTypeID
Function · 0.36
TestApplyPlanRejectsMismatchedHostDefine
Function · 0.36