https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37963
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171770|0 |1 is obsolete| | --- Comment #6 from David Nind <[email protected]> --- Created attachment 171888 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171888&action=edit Bug 37963: Case 1 - Return if sushi_errors even if response code >= 400 This ensures that SUSHI errors, if present, are shown on the UI even if response->code >= 400. This means that if, for example, SUSHI provider returns 401 with SUSHI error like so: {"Code": 2020, "Severity": "Error", "Message": "API Key Invalid"} Then, the 'API Key Invalid' will be shown to the user, without having to check logs. Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
