ZSDK_API  1.5.1049
 All Classes Functions Enumerations Enumerator Properties Pages
ZebraErrorCodeI Class Reference

Enumeration of the various error codes which can be returned by the Zebra API. More...

#import <ZebraErrorCode.h>

Inheritance diagram for ZebraErrorCodeI:

Public Types

enum  ZebraErrorCode {
  ZEBRA_ERROR_NO_CONNECTION, ZEBRA_ERROR_WRITE_FAILURE, ZEBRA_ERROR_READ_FAILURE, ZEBRA_UNKNOWN_PRINTER_LANGUAGE,
  ZEBRA_MALFORMED_NETWORK_DISCOVERY_ADDRESS, ZEBRA_NETWORK_ERROR_DURING_DISCOVERY, ZEBRA_INVALID_DISCOVERY_HOP_COUNT, ZEBRA_MALFORMED_PRINTER_STATUS_RESPONSE,
  ZEBRA_INVALID_FORMAT_NAME, ZEBRA_BAD_FILE_DIRECTORY_ENTRY, ZEBRA_MALFORMED_FORMAT_FIELD_NUMBER, ZEBRA_INVALID_PRINTER_LANGUAGE,
  ZEBRA_INVALID_FILE_NAME, ZEBRA_INVALID_PRINTER_DRIVE_LETTER
}
 

Detailed Description

Enumeration of the various error codes which can be returned by the Zebra API.

Member Enumeration Documentation

- (enum) ZebraErrorCode

Enumeration of the various error codes which can be returned by the Zebra API.

Enumerator:
ZEBRA_ERROR_NO_CONNECTION 

Unable to create a connection to a printer.

ZEBRA_ERROR_WRITE_FAILURE 

Write to a connection failed.

ZEBRA_ERROR_READ_FAILURE 

Read from a connection failed.

ZEBRA_UNKNOWN_PRINTER_LANGUAGE 

Unable to determine the control language of a printer.

ZEBRA_MALFORMED_NETWORK_DISCOVERY_ADDRESS 

Malformed discovery address.

ZEBRA_NETWORK_ERROR_DURING_DISCOVERY 

Network error during discovery.

ZEBRA_INVALID_DISCOVERY_HOP_COUNT 

Invalid multicast hop count.

ZEBRA_MALFORMED_PRINTER_STATUS_RESPONSE 

Malformed status response - unable to determine printer status.

ZEBRA_INVALID_FORMAT_NAME 

Invalid format name.

ZEBRA_BAD_FILE_DIRECTORY_ENTRY 

Bad file directory entry.

ZEBRA_MALFORMED_FORMAT_FIELD_NUMBER 

'^FN' integer must be between 1 and 9999

ZEBRA_INVALID_PRINTER_LANGUAGE 

Invalid printer language.

ZEBRA_INVALID_FILE_NAME 

Invalid file name.

ZEBRA_INVALID_PRINTER_DRIVE_LETTER 

Invalid drive specified.


The documentation for this class was generated from the following file: