track_add_error

@accepts(RB.RhythmDBEntry, utf8, GLib.Error)
@returns(none)
def track_add_error(entry, uri, error)

This is called when a transfer fails. If the source's impl_track_add_error implementation returns True, an error dialog will be displayed to the user containing the error message, unless the error indicates that the destination file already exists.

entry :

the source RB.RhythmDBEntry for the transfer

uri :

the destination URI

error :

the transfer error information