Push a notification reporting the given error. To be used with Result.mapErr.
Error to report
Optional
server.execute(new Command(["false"])).mapError(reportError); Copy
server.execute(new Command(["false"])).mapError(reportError);
Push a notification reporting the given error. To be used with Result.mapErr.