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