CustomiOSApi  1.04
 All Classes Functions Enumerations Enumerator Pages
CustomError Class Reference

Error class for CeiOSApi More...

Public Types

enum  ErrorCodes {
  ERR_GENERIC = 0x00, ERR_WRONGPICTURE = 0x01, ERR_WRONGPARAMETERVALUE = 0x02, ERR_PRINTERNOTCONNECTED = 0x03,
  ERR_PRINTERCOMMUNICATIONERROR = 0x04, ERR_WRONGPRINTERFONT = 0x05, ERR_DEVICENOTSUPPORTED = 0x06, ERR_DEVICENOTRECOGNIZED = 0x07,
  ERR_INITCOMMUNICATIONERROR = 0x08, ERR_OPERATIONINPROGRESS = 0x09, ERR_DATABARCODE = 0x0A, WNG_UNSUPPORTEDFUNCTION = 0xA1
}
 Errors / Warnings Descriptions More...
 

Detailed Description

Error class for CeiOSApi

Member Enumeration Documentation

- (enum) ErrorCodes

Errors / Warnings Descriptions

Enumerator
ERR_GENERIC 

: Indicates that an Generic Error

ERR_WRONGPICTURE 

: Indicates that an Error on the Picture to print

ERR_WRONGPARAMETERVALUE 

: Indicates that an Error on a parameter value

ERR_PRINTERNOTCONNECTED 

: Indicates that the printer isn't connected

ERR_PRINTERCOMMUNICATIONERROR 

: Indicates that an Error during the communication with the printer

ERR_WRONGPRINTERFONT 

: Indicates that an Error on the PrinterFont Class

ERR_DEVICENOTSUPPORTED 

: Indicates that an Error because this device is not supported

ERR_DEVICENOTRECOGNIZED 

: Indicates that an Error because this device is not recognized

ERR_INITCOMMUNICATIONERROR 

: Indicates that an Error during the init communication with the printer

ERR_OPERATIONINPROGRESS 

: Indicates that an Error because another operation is in progress

ERR_DATABARCODE 

: Indicates that an Error during the barcode print

WNG_UNSUPPORTEDFUNCTION 

WARNING: Indicates that this printer do not support this function