Documentation ¶
Overview ¶
Package error has contextual error types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMalformedYAMLError ¶ added in v0.11.3
Types ¶
type MalformedYamlError ¶ added in v0.11.3
MalformedYamlError represents an error that occurred while trying to decode a given YAML.
func (MalformedYamlError) Error ¶ added in v0.11.3
func (e MalformedYamlError) Error() string
type YamlFormatError ¶
YamlFormatError represents error with yaml file name where json/yaml format error happens.
func (YamlFormatError) Error ¶
func (e YamlFormatError) Error() string
Click to show internal directories.
Click to hide internal directories.