MCPcopy Index your code
hub / github.com/coder/coder / parameterValidationError

Function parameterValidationError

coderd/dynamicparameters/error.go:13–19  ·  view source on GitHub ↗
(diags hcl.Diagnostics)

Source from the content-addressed store, hash-verified

11)
12
13func parameterValidationError(diags hcl.Diagnostics) *DiagnosticError {
14 return &DiagnosticError{
15 Message: "Unable to validate parameters",
16 Diagnostics: diags,
17 KeyedDiagnostics: make(map[string]hcl.Diagnostics),
18 }
19}
20
21func tagValidationError(diags hcl.Diagnostics) *DiagnosticError {
22 return &DiagnosticError{

Callers 1

ResolveParametersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected