aeat.application.inventory._errors module¶
Typed errors for the inventory application service.
- exception InventoryServiceInputError(message=None, *, context=None, suggestion=None, translated_message=None)[source]¶
Bases:
AeatErrorRaised when a CLI-supplied input violates the typed inventory contract.
- Parameters:
- Return type:
None
- code: ClassVar[ErrorCode]¶
- exception InventoryActividadNotFoundError(message=None, *, context=None, suggestion=None, translated_message=None)[source]¶
Bases:
AeatErrorRaised when an inventory lookup targets a missing actividad / year.
- Parameters:
- Return type:
None
- code: ClassVar[ErrorCode]¶