TResult<Value>.err constructor
TResult<Value>.err (
- TError error
Implementation
factory TResult.err(TError error) = TErr<Value>;
factory TResult.err(TError error) = TErr<Value>;