MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cgiShowIPPError

Function cgiShowIPPError

cgi-bin/ipp-var.c:1333–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1331 */
1332
1333void
1334cgiShowIPPError(const char *message) /* I - Contextual message */
1335{
1336 cgiSetVariable("MESSAGE", cgiText(message));
1337 cgiSetVariable("ERROR", cupsLastErrorString());
1338 cgiCopyTemplateLang("error.tmpl");
1339}
1340
1341
1342/*

Callers 15

cgiMoveJobsFunction · 0.85
cgiPrintTestPageFunction · 0.85
do_job_opFunction · 0.85
do_class_opFunction · 0.85
show_all_classesFunction · 0.85
show_classFunction · 0.85
do_printer_opFunction · 0.85
show_all_printersFunction · 0.85
show_printerFunction · 0.85
do_am_classFunction · 0.85
do_am_printerFunction · 0.85
do_delete_classFunction · 0.85

Calls 4

cgiSetVariableFunction · 0.85
cgiTextFunction · 0.85
cupsLastErrorStringFunction · 0.85
cgiCopyTemplateLangFunction · 0.85

Tested by

no test coverage detected