errors

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2015 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package errors defines errors thrown during config generation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMultipleDockerfilesErr

func NewMultipleDockerfilesErr(paths []string) error

MultipleDockerfiles creates an error caused by multiple Dockerfiles existing in a repository

Types

type GenerationError

type GenerationError int

GenerationError is an error returned from config generators

const (
	NoGit GenerationError = iota + 1
	SourceDirAndURL
	InvalidSourceDir
	CouldNotDetect
	NoBuilderFound
	InvalidDockerfile
	ImageNotFound
)

func (GenerationError) Error

func (e GenerationError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL