Namespace Chapar.Core.Exceptions
Classes
OriginValidationException
The exception that is thrown when the origin of an incoming message does not match the expected value defined by AllowedOriginAttribute. Implements IDomainException so that the pipeline does not trigger retries.
Interfaces
IDomainException
Marker interface for domain-level exceptions that should not be retried.