Skip to main content

DomainErrorMarker

Trait DomainErrorMarker 

Source
pub trait DomainErrorMarker:
    Error
    + Send
    + Sync { }
Expand description

Marker trait for domain errors.

Domain errors represent business rule violations and should not contain infrastructure-specific error types.

Implementorsยง