https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793 --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 147809 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=147809&action=edit Bug 31793: (QA follow-up) DelAuthority doesn't return errors DelAuthority doesn't return an error, so the only possible error conditions are exceptions, that are unknown for now. Removing the error checking control structure and the 409 error returning, which is inherited from DelBiblio's call on the biblios endpoint. It will now just return a 500 in the event of an unhandled internal error. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.