formatBase variableโ
A helper function that will handle converting the Result
objects returned from a failed process into a Report
formatBase: <TFormatted extends FormattedData = FormattedData>(result: IResult) => IResult<Report<TFormatted>, any, any>