Errors¶
Exception hierarchy for gen-dsp. All exceptions inherit from GenExtError.
errors ¶
Custom exceptions for gen_dsp.
GenExtError ¶
Bases: Exception
Base exception for gen_dsp errors.
ParseError ¶
Bases: GenExtError
Error parsing gen~ export files.
ValidationError ¶
Bases: GenExtError
Error validating configuration or inputs.
ProjectError ¶
Bases: GenExtError
Error creating or managing project.
BuildError ¶
Bases: GenExtError
Error during build process.
PatchError ¶
Bases: GenExtError
Error applying patches.