MCPcopy
hub / github.com/1Password/for-open-source / Error

Method Error

script/validator.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30type ValidatorCallback func(string) (bool, string, string)
31
32func (e *ValidationError) Error() string {
33 return fmt.Sprintf("**%s** %s", e.Section, e.Message)
34}
35
36type Validator struct {
37 Errors []ValidationError

Callers 13

ParseMethod · 0.80
RenderProblemsMethod · 0.80
GetDataMethod · 0.80
ParseInputFunction · 0.80
ParseAccountURLFunction · 0.80
TestApplication_ParseFunction · 0.80
logErrorAndExitMethod · 0.80
renderProblemsMethod · 0.80
logErrorAndExitMethod · 0.80
logErrorAndExitMethod · 0.80
setTestApplicationFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestApplication_ParseFunction · 0.64