Barcode Plugin for Xojo

iOSBarcodeGenerator.ErrorCodeType Enum

A enum that represents error codes for the BarcodeGenerator class.

enum iOSBarcodeGenerator.ErrorCodeType

Constants

NO_ERROR = 0No error occurred.
INVALID_SYMBOL = 1The text passed in contained symbol that is invalid for the selected Barcode standard.
UNKNOWN_ERROR = 2Unknown error occurred.
NO_DATA_SUPPLIED = 3No value was supplied to generate barcode from.
INCORRECT_LENGTH = 4The text passed in was of incorrect length for the selected Barcode standard.
INVALID_NUMBER_SYSTEM = 5This error is generated when the combinations in barcode coding don't add up.