Class Result<T, TError>
- Namespace
- Dynamicweb.Core
- Assembly
- Dynamicweb.Core.dll
Type Parameters
T
TError
The Generic type TError must be an Enum type
- Inheritance
-
Result<T, TError>
- Inherited Members
Constructors
Result(T?, bool, TError)
Parameters
value
TisSuccess
boolerrorType
TErrorAn enum value indicating the reason for the failure
Properties
ErrorType
Exposes the error type.
Property Value
- TError?