GS1EncoderError

public enum GS1EncoderError : Error

Custom error types for GS1 Encoder operations.

These errors are thrown by GS1Encoder methods when operations fail.

  • A general error occurred

    Declaration

    Swift

    case generalError(msg: String)
  • An invalid parameter was provided

    Declaration

    Swift

    case parameterError(msg: String)
  • Scan data processing failed

    Declaration

    Swift

    case scanDataError(msg: String)
  • GS1 Digital Link URI generation or processing failed

    Declaration

    Swift

    case digitalLinkError(msg: String)