Appearance
function err<T, E>(error): Result<T, E>;
Defined in: result.ts:77
Creates a failed Result containing the given error.
T
E
Error
error
Result<T, E>
Result