src.elv.sh/pkg/eval.FailError.Content (field)

3 uses

	src.elv.sh/pkg/eval (current package)
		builtin_fn_flow.go#L196: type FailError struct{ Content interface{} }
		builtin_fn_flow.go#L199: func (e FailError) Error() string { return vals.ToString(e.Content) }
		builtin_fn_flow.go#L209: func (f failFields) Content() interface{} { return f.e.Content }