 | IError Interface |
Interface for Error
Namespace:
EBP.Api.Interfaces.Misc
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic interface IError : IDisposable, IEquatable<IProxy>
Public Interface IError
Inherits IDisposable, IEquatable(Of IProxy)
The IError type exposes the following members.
Properties
| Name | Description |
---|
 | Kind |
Gets or sets the error kind
|
 | Message |
Gets or sets the error message
|
Top
Methods
| Name | Description |
---|
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top
RemarksThe IError type can be instantiated with
EBP.Api.Utils<TExtension>.GetInterface<T>IError instance = Utils<ExtensionType>.GetInterface<IError>();
See Also