rucio / webui

RucioWebUI (v2.0)
Apache License 2.0
4 stars 15 forks source link

Feature 467. Pass a human readable error from the rucio server and conditionally rewrite error code from 400 to 404 for listing RSEs #468

Closed MytsV closed 1 month ago

MytsV commented 2 months ago

Fix #467

MytsV commented 2 months ago

It seems like error responses from the rucio server always look this way: {"ExceptionClass": "DataIdentifierNotFound", "ExceptionMessage": "Data identifier 'test:dataset12' not found"} Should there be a DTO for it?

MytsV commented 1 month ago

These changes are included in #477