Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

MytsV
Copy link
Contributor

@MytsV MytsV commented Aug 28, 2024

Fix #467

@MytsV
Copy link
Contributor Author

MytsV commented Aug 29, 2024

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
Copy link
Contributor Author

MytsV commented Sep 15, 2024

These changes are included in #477

@MytsV MytsV closed this Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transform a certain 400 status code response from the rucio server to 404 in the RSE gateway
1 participant