Interface IError
Marker interface for error reasons. Implement or extend to create custom error types that integrate with Result<TValue> failure semantics and HTTP status mapping.
public interface IError : IReason
- Inherited Members
- Extension Methods