func Handler(e error, path string) error
Handler handles YamlFormatError
func IsMalformedYAMLError(e error) bool
MalformedYamlError represents an error that occurred while trying to decode a given YAML.
type MalformedYamlError struct { Path string ErrorMsg string }
func (e MalformedYamlError) Error() string
YamlFormatError represents error with yaml file name where json/yaml format error happens.
type YamlFormatError struct { Path string ErrorMsg string }
func (e YamlFormatError) Error() string