dogwood.errors#

Exceptions

DogwoodError

Base error for Dogwood SDK failures.

ParseError

Policy or trace input could not be parsed.

UnsupportedFeatureError

The Python interpreter does not yet implement this Dogwood feature.

ValidationError

Policy validation failed.

exception dogwood.errors.DogwoodError[source]#

Base error for Dogwood SDK failures.

exception dogwood.errors.ParseError[source]#

Policy or trace input could not be parsed.

exception dogwood.errors.ValidationError[source]#

Policy validation failed.

exception dogwood.errors.UnsupportedFeatureError[source]#

The Python interpreter does not yet implement this Dogwood feature.