Files
deckhand/doc/source/exceptions.rst
Krysta 62cd76dc8f Documentation for Exceptions
Adds documentation for Deckhand Exceptions

Change-Id: I1722c07404b2eb12682709e3864dd54a9120f200
2018-02-09 15:33:30 -05:00

3.2 KiB

Deckhand Exceptions

Exception Name Description
BarbicanException

deckhand.errors.BarbicanException

DocumentExists

deckhand.errors.DocumentExists

DocumentNotFound

deckhand.errors.DocumentNotFound

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

SubstitutionFailure

deckhand.errors.SubstitutionFailure

UnsupportedActionMethod

deckhand.errors.UnsupportedActionMethod

ValidationNotFound

deckhand.errors.ValidationNotFound