Interface
IError
interface IError
Namespace: System
Assembly: Raven.Core.dll
Source file: Error.rvn
Inheritance: object โ IError
Describes an error with a human-readable message and an optional underlying cause.
Error types can implement this contract directly. Union-based errors can alternatively use Raven.Macros.Error to derive the same ordinary interface implementation; the macro does not change this runtime contract.