Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExportError ¶
type ExportError struct {
// Reason is the underlying error that occurred
Reason error `json:"reason"`
// ManifestFile the export failed for
ManifestFile string `json:"manifestFile"`
// Environment the dependency graph failed to be exported for - omitted if the error is not specific to an environment
Environment string `json:"environment,omitempty"`
// Filepath of the file that failed to be created - omitted if the error is not related to a file
Filepath string `json:"filepath,omitempty"`
// contains filtered or unexported fields
}
ExportError is returned in case any error occurs while creating a dependency graph file
func (ExportError) Error ¶
func (e ExportError) Error() string
Click to show internal directories.
Click to hide internal directories.