Skip to content

exceptions

πŸ€– AI-Generated Content

This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.

flavor.exceptions

Custom exceptions for FlavorPack.

Classes

BuildError

Bases: FlavorException

Raised for errors during the package build process.

CryptoError

Bases: FlavorException

Raised for cryptographic errors.

FlavorException

Bases: FoundationError

Base exception for all flavor-related errors.

PackagingError

Bases: FlavorException

Raised for errors during packaging orchestration.

ValidationError

Bases: FlavorException

Raised when build specification validation fails.

VerificationError

Bases: FlavorException

Raised for errors during package verification.