Documentation ¶
Index ¶
- type EngineBuildPackageFailed
- type EngineBuildPackageInvalid
- type EngineTestDependenciesError
- type EngineTestRunnerError
- type EngineTransformUnavailableStep
- type EngineUnspecifiedError
- type EngineValidateToolError
- type MgrAssembleError
- type MgrDistCredentialsMissing
- type MgrDistPackageError
- type MgrUnspecifiedError
- type ScmAuthenticationFailed
- type ScmCleanupFailed
- type ScmFilesystemError
- type ScmMergeAnalysisUnknownError
- type ScmMergeConflictError
- type ScmMergeNothingToMergeError
- 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 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 MgrAssembleError ¶
type MgrAssembleError string
Raised when package manager asseble step fails.
func (MgrAssembleError) Error ¶
func (str MgrAssembleError) Error() string
type MgrDistCredentialsMissing ¶
type MgrDistCredentialsMissing string
Raised when credentials required to upload/deploy new package are missing.
func (MgrDistCredentialsMissing) Error ¶
func (str MgrDistCredentialsMissing) Error() string
type MgrDistPackageError ¶
type MgrDistPackageError string
Raised when an error occurs while uploading package.
func (MgrDistPackageError) Error ¶
func (str MgrDistPackageError) Error() string
type MgrUnspecifiedError ¶
type MgrUnspecifiedError string
Raised when the Mgr is not recognized
func (MgrUnspecifiedError) Error ¶
func (str MgrUnspecifiedError) 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 ScmMergeAnalysisUnknownError ¶
type ScmMergeAnalysisUnknownError string
Raised during a PR merge where the analysis returns a result that we do not understand.
func (ScmMergeAnalysisUnknownError) Error ¶
func (str ScmMergeAnalysisUnknownError) Error() string
type ScmMergeConflictError ¶
type ScmMergeConflictError string
Raised during a PR merge when there is a merge conflict
func (ScmMergeConflictError) Error ¶
func (str ScmMergeConflictError) Error() string
type ScmMergeNothingToMergeError ¶
type ScmMergeNothingToMergeError string
Raised when the scm pr already merged
func (ScmMergeNothingToMergeError) Error ¶
func (str ScmMergeNothingToMergeError) 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