BTLxProcessingError
- exception compas_timber.errors.BTLxProcessingError[source]
Bases:
ExceptionException raised when an error occurs while writing a Processing to BTLx file.
TODO: some work here to figure out the different types of feature/processing related errors. TODO: this one is somewhat similar to FeatureApplicationError, but only relevant when processing is created from its proxy. TOOD: also BTLxProcessingError is never throws but rather collected to form some sort of a report for the user.
- Parameters:
- messagestr
The error message.
- part
BTLxPart The part that caused the error.
- failed_processing
BTLxProcessing The processing that caused the error.
- Attributes:
- messagestr
The error message.
- part
BTLxPart The part that caused the error.
- failed_processing
BTLxProcessing The processing that caused the error.