Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileNotFoundError ¶
FileNotFoundError is returned when the specified file path does not exist within its artifact source.
func (FileNotFoundError) Error ¶
func (err FileNotFoundError) Error() string
Error returns a human-friendly error message.
type UnknownArtifactSourceError ¶
UnknownArtifactSourceError is returned when the artifact.Name specified by the path does not exist in the artifact.Repository.
func (UnknownArtifactSourceError) Error ¶
func (err UnknownArtifactSourceError) Error() string
Error returns a human-friendly error message.
type UnspecifiedArtifactSourceError ¶
type UnspecifiedArtifactSourceError struct {
Path string
}
UnspecifiedArtifactSourceError is returned when the specified path is of a file in the toplevel directory, and so it does not indicate a SourceName.
func (UnspecifiedArtifactSourceError) Error ¶
func (err UnspecifiedArtifactSourceError) Error() string
Error returns a human-friendly error message.
Click to show internal directories.
Click to hide internal directories.