📄️ ApplicationError
ApplicationError syntax on Bitloops Language - Application Erros occur when there is an error in the application layer where interaction with external parts is initiated
📄️ DomainError
DomainError syntax on Bitloops Language - Domain Erros occur when there is an error in the domain layer of your application and its important to have a predefined template to better manage these errors when they occur.
📄️ DomainEvent
DomainEvent syntax on Bitloops Language - Domain Events are events that occur within a specific domain.