Global

Methods

GS1encoderDigitalLinkException(message) → {Error}

Exception thrown when an error occurs during GS1 Digital Link URI processing.
Parameters:
Name Type Description
message string The error message
Returns:
An Error object with the specified message
Type
Error

GS1encoderGeneralException(message) → {Error}

Exception thrown when a general library error occurs, such as initialisation failure.
Parameters:
Name Type Description
message string The error message
Returns:
An Error object with the specified message
Type
Error

GS1encoderParameterException(message) → {Error}

Exception thrown when an invalid parameter is provided to a method or property setter.
Parameters:
Name Type Description
message string The error message
Returns:
An Error object with the specified message
Type
Error

GS1encoderScanDataException(message) → {Error}

Exception thrown when an error occurs during scan data processing.
Parameters:
Name Type Description
message string The error message
Returns:
An Error object with the specified message
Type
Error