PDFError

public enum PDFError: Error

Undocumented

  • Undocumented

    Declaration

    Swift

    case tableIsEmpty
  • Undocumented

    Declaration

    Swift

    case tableIndexOutOfBounds(index: Int, length: Int)
  • Undocumented

    Declaration

    Swift

    case invalidHexLength(length: Int)
  • Undocumented

    Declaration

    Swift

    case invalidHex(hex: String)