robertmain / moving-labels

@nestjs app for managing inventory during a removal
GNU General Public License v3.0
2 stars 1 forks source link

Printer error handling #2

Open robertmain opened 3 years ago

robertmain commented 3 years ago

Interaction with IPP printers is basically limited to screaming data down the wire and hoping for the best. There is no error handling, no error reporting or anything. It's very much a best effort. Really we should be letting the user know if a print job didn't work.