type github.com/google/safehtml/template.ErrorCode

4 uses

	github.com/google/safehtml/template (current package)
		error.go#L15: 	ErrorCode ErrorCode
		error.go#L28: type ErrorCode int
		error.go#L45: 	OK ErrorCode = iota
		error.go#L278: func errorf(k ErrorCode, node parse.Node, line int, f string, args ...interface{}) *Error {