如何从 OData Producer 返回 404 错误?

发布于 2024-12-14 10:20:29 字数 179 浏览 2 评论 0原文

我有一个 OData Producer(使用 odata4j Java)。 在 getEntities() 方法中,我检查元数据文档中是否存在提供的实体名称。 如果名称不存在,我想返回 http 404 错误 - 未找到。

当生产者应返回 EntitiesResponse 对象时,如何返回此错误? 构建/返回错误的方式是什么。

I have an OData Producer (using odata4j Java).
In the getEntities() method I check that the entity name supplied exists in the meta-data document.
If the name is not present I want to return a http 404 error - Not Found.

How do I return this error when the producer is due to return a EntitiesResponse object?
What's the way of building/returning errors.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

感情洁癖 2024-12-21 10:20:29

目前(从版本 0.5 开始),您可以抛出 NotFoundException

希望有帮助,

-约翰

Currently (as of version 0.5), you can throw NotFoundException.

Hope that helps,

- john

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文