Click or drag to resize

ResultFailT, TError Method (TError)

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public static Result<T, TError> Fail<T, TError>(
	TError errorType
)
where TError : struct, new()

Parameters

errorType
Type: TError

Type Parameters

T
TError

Return Value

Type: ResultT, TError
See Also