# Functions
CheckError checks input error.
NewAssembleError returns a new error which indicates there was a problem running assemble script.
NewAssembleUserNotAllowedError returns a new error that indicates that the build could not run because the build or image uses an assemble user outside of the range of allowed users.
NewBuildError returns a new error which indicates there was a problem building the image.
NewCommitError returns a new error which indicates there was a problem committing the image.
NewContainerError return a new error which indicates there was a problem invoking command inside container.
NewDownloadError returns a new error which indicates there was a problem when downloading a file.
NewEmptyGitRepositoryError returns a new error which indicates that a found .git directory has no tracking information, e.g.
NewInspectImageError returns a new error which indicates there was a problem inspecting the image.
NewInstallError returns a new error which indicates there was a problem when downloading a script.
NewInstallRequiredError returns a new error which indicates there was a problem when downloading a required script.
NewPullImageError returns a new error which indicates there was a problem pulling the image.
NewSaveArtifactsError returns a new error which indicates there was a problem calling save-artifacts script.
NewScriptsInsideImageError returns a new error which informs of scripts being placed inside the image.
NewSourcePathError returns a new error which indicates there was a problem when accessing the source code from the local filesystem.
NewTarTimeoutError returns a new error which indicates there was a problem when sending or receiving tar stream.
NewURLHandlerError returns a new error which indicates there was a problem when trying to read scripts URL.
NewUserNotAllowedError returns a new error that indicates that the build could not run because the image uses a user outside of the range of allowed users.
NewWorkDirError returns a new error which indicates there was a problem when creating working directory.
UsageError checks command usage error.
# Constants
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
Common S2I errors.
# Structs
ContainerError is an error returned when a container exits with a non-zero code.
Error represents an error thrown during S2I execution.