Interface IError

Namespace
REslava.Result
Assembly
REslava.Result.dll

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

See Also