Editing User talk:Euss/Buffer
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 836: | Line 836: | ||
|- | |- | ||
| CELL_SCREAM_LOAD_ERR_INVALID_FORMAT || 0x107 | | CELL_SCREAM_LOAD_ERR_INVALID_FORMAT || 0x107 | ||
|- | |||
|} | |||
== Print Utility errors == | |||
=== Print ErrorStatus === | |||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;" | |||
|- bgcolor="#cccccc" | |||
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_COMM<br />CELL_PRINT_ERRORSTATUS_COMMON_OFFSET || 0x80000000 || Printer communication error | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_COVEROPEN || 0x80000001 || Cover is opened | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_INKCOVEROPEN || 0x80000002 || Ink (cartridge) cover is opened | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_NOPAPER || 0x80000003 || No paper | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_NOTRAY || 0x80000004 || No paper tray | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_SIZE_TYPE_PATH || 0x80000005 || Paper feed method is not matching | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_DOUBLEFEED || 0x80000006 || Paper feed error (double feed) | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_FEEDERROR || 0x80000007 || Paper feed error (other than double feed) | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_PAPERJAM || 0x80000008 || Paper jammed | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_TRAYCLOSE || 0x80000009 || Eject tray is closed | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_NOINK || 0x8000000a || No ink | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_NOCARTRIDGE || 0x8000000b || No ink cartridge | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_COVERFLOW || 0x8000000c || Ink cartridge's waste ink full | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_CFAIL || 0x8000000d || Ink cartridge detection error | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_CFACTORY || 0x8000000e || Ink cartridge error (factory default settings) | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_BATTERYVOLTAGE || 0x8000000f || Abnormal battery voltage | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_BATTERYTEMPERATURE || 0x80000010 || Abnormal battery temperature | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_BATTERYEMPTY || 0x80000011 || No battery (cannot print) | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_SERVICEREQ || 0x80000012 || Printer adjustment necessary | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_GENERAL || 0x80000013 || Printer-related error | |||
|- | |||
| CELL_PRINT_ERRORSTATUS_FATAL || 0x80000014 || Fatal printer error | |||
|- | |- | ||
|} | |} |