Err<S, F extends Object> constructor
const
Err<S, F extends Object> (
- F err
Receives the F
param as
the error result.
Implementation
const Err(this.err);
Receives the F
param as
the error result.
const Err(this.err);