deckhand/docs/source/exceptions.rst
Felipe Monteiro a3d32c3459 Raise exception on unfound secret in source document
This PS introduces a new exception SubstitutionSourceSecretNotFound
which is raised when a src.path referenced under the substitutions
of a destination document isn't found in the data section of
the corresponding source document if fail_on_missing_sub_src
is True -- else a warning is logged.

Change-Id: If2b08f443cde765a1dbfaf7bac6b549591e59148
2018-04-09 17:04:58 +01:00

3.8 KiB

Deckhand Exceptions

Exception Name Description
BarbicanException

deckhand.errors.BarbicanException

DocumentNotFound

deckhand.errors.DocumentNotFound

DuplicateDocumentExists

deckhand.errors.DuplicateDocumentExists

InvalidDocumentFormat

deckhand.errors.InvalidDocumentFormat

IndeterminateDocumentParent

deckhand.errors.IndeterminateDocumentParent

LayeringPolicyNotFound

deckhand.errors.LayeringPolicyNotFound

MissingDocumentKey

deckhand.errors.MissingDocumentKey

MissingDocumentPattern

deckhand.errors.MissingDocumentPattern

PolicyNotAuthorized

deckhand.errors.PolicyNotAuthorized

RevisionTagBadFormat

deckhand.errors.RevisionTagBadFormat

RevisionTagNotFound

deckhand.errors.RevisionTagNotFound

RevisionNotFound

deckhand.errors.RevisionNotFound

SingletonDocumentConflict

deckhand.errors.SingletonDocumentConflict

SubstitutionDependencyCycle

deckhand.errors.SubstitutionDependencyCycle

SubstitutionSourceDataNotFound

deckhand.errors.SubstitutionSourceDataNotFound

SubstitutionSourceNotFound

deckhand.errors.SubstitutionSourceNotFound

UnknownSubstitutionError

deckhand.errors.UnknownSubstitutionError

UnsupportedActionMethod

deckhand.errors.UnsupportedActionMethod

ValidationNotFound

deckhand.errors.ValidationNotFound