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

Remove wrapped rejections for Json-LD errors #4776

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

imsdu
Copy link
Contributor

@imsdu imsdu commented Mar 4, 2024

Fixes #4753

s"The provided Blazegraph view '$id' does not match the id '$sourceId' in the source document."
)
// TODO Remove when the rejection workflow gets refactored / when view endpoints get separated
final case class BlazegraphDecodingRejection(error: JsonLdRejection) extends BlazegraphViewRejection(error.reason)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to be able to reject and try the different view types as they share the same endpoint

@imsdu imsdu merged commit 8a5fa31 into BlueBrain:master Mar 5, 2024
6 checks passed
@imsdu imsdu deleted the 4753-remove-wrapped-jsonld-rejections branch March 14, 2024 16:05
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.

Remove wrapped rejections for JsonLdRejection
2 participants