19 Sep
2024
19 Sep
'24
4:20 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37963 --- Comment #2 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Created attachment 171770 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171770&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. -- You are receiving this mail because: You are watching all bug changes.