Documentation ¶
Index ¶
- type EngineBuildPackageFailed
- type EngineBuildPackageInvalid
- type EngineDistCredentialsMissing
- type EngineDistPackageError
- type EngineTestDependenciesError
- type EngineTestRunnerError
- type EngineTransformUnavailableStep
- type EngineUnspecifiedError
- type EngineValidateToolError
- type ScmAuthenticationFailed
- type ScmCleanupFailed
- type ScmFilesystemError
- type ScmPayloadFormatError
- type ScmPayloadUnsupported
- type ScmUnauthorizedUser
- type ScmUnspecifiedError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EngineBuildPackageFailed ¶
type EngineBuildPackageFailed string
Raised when the source could not be compiled or build for any reason
func (EngineBuildPackageFailed) Error ¶
func (str EngineBuildPackageFailed) Error() string
type EngineBuildPackageInvalid ¶
type EngineBuildPackageInvalid string
Raised when the package is missing certain required files (ie metadata.rb, package.json, setup.py, etc)
func (EngineBuildPackageInvalid) Error ¶
func (str EngineBuildPackageInvalid) Error() string
type EngineDistCredentialsMissing ¶
type EngineDistCredentialsMissing string
Raised when credentials required to upload/deploy new package are missing.
func (EngineDistCredentialsMissing) Error ¶
func (str EngineDistCredentialsMissing) Error() string
type EngineDistPackageError ¶
type EngineDistPackageError string
Raised when an error occurs while uploading package.
func (EngineDistPackageError) Error ¶
func (str EngineDistPackageError) Error() string
type EngineTestDependenciesError ¶
type EngineTestDependenciesError string
Raised when package dependencies fail to install correctly.
func (EngineTestDependenciesError) Error ¶
func (str EngineTestDependenciesError) Error() string
type EngineTestRunnerError ¶
type EngineTestRunnerError string
Raised when the package test runner fails
func (EngineTestRunnerError) Error ¶
func (str EngineTestRunnerError) Error() string
type EngineTransformUnavailableStep ¶
type EngineTransformUnavailableStep string
Raised when the config file specifies a hook/override for a step when the type is :repo
func (EngineTransformUnavailableStep) Error ¶
func (str EngineTransformUnavailableStep) Error() string
type EngineUnspecifiedError ¶
type EngineUnspecifiedError string
Raised when the engine is not recognized
func (EngineUnspecifiedError) Error ¶
func (str EngineUnspecifiedError) Error() string
type EngineValidateToolError ¶
type EngineValidateToolError string
Raised when the environment is missing a required tool/binary
func (EngineValidateToolError) Error ¶
func (str EngineValidateToolError) Error() string
type ScmAuthenticationFailed ¶
type ScmAuthenticationFailed string
Raised when capsule cannot create an authenticated client for the source.
func (ScmAuthenticationFailed) Error ¶
func (str ScmAuthenticationFailed) Error() string
type ScmCleanupFailed ¶
type ScmCleanupFailed string
Raised when the scm cleanup failed
func (ScmCleanupFailed) Error ¶
func (str ScmCleanupFailed) Error() string
type ScmFilesystemError ¶
type ScmFilesystemError string
Raised when there is an issue with the filesystem for scm checkout
func (ScmFilesystemError) Error ¶
func (str ScmFilesystemError) Error() string
type ScmPayloadFormatError ¶
type ScmPayloadFormatError string
Raised when there is an error parsing the repo payload format.
func (ScmPayloadFormatError) Error ¶
func (str ScmPayloadFormatError) Error() string
type ScmPayloadUnsupported ¶
type ScmPayloadUnsupported string
Raised when a source payload is unsupported/action is invalid
func (ScmPayloadUnsupported) Error ¶
func (str ScmPayloadUnsupported) Error() string
type ScmUnauthorizedUser ¶
type ScmUnauthorizedUser string
Raised when the user who started the packaging is unauthorized (non-collaborator)
func (ScmUnauthorizedUser) Error ¶
func (str ScmUnauthorizedUser) Error() string
type ScmUnspecifiedError ¶
type ScmUnspecifiedError string
Raised when the scm is not recognized
func (ScmUnspecifiedError) Error ¶
func (str ScmUnspecifiedError) Error() string