• Push a notification reporting the given error. To be used with Result.mapErr.

    Type Parameters

    Parameters

    • e: TErr

      Error to report

    • Optional context: string

    Returns TErr

    Example

    server.execute(new Command(["false"])).mapError(reportError);