ID3TagEditorError

public enum ID3TagEditorError : Error

ID3TagEditor errors.

  • Error generated when an invalid file format is passed to the ID3TagEditor.

    Declaration

    Swift

    case invalidFileFormat
  • Error generated when the tag size exceed 256 MB.

    Declaration

    Swift

    case tagTooBig
  • Error generated when there’s not valid data in the tag.

    Declaration

    Swift

    case invalidTagData
  • Error generated when the file is corrupted.

    Declaration

    Swift

    case corruptedFile