BFF Api 如何返回错误
#3941
-
第一个问题:如何返回错误 答案:
第二个问题:api出现错误,如何统一拦截返回错误 答案: |
Beta Was this translation helpful? Give feedback.
Answered by
yimingjfe
Jun 13, 2023
Replies: 1 comment
-
这里根据使用的运行时框架,按照框架的官方推荐的方式处理即可,比如你使用 Koa.js,就可以通过 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xmsz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这里根据使用的运行时框架,按照框架的官方推荐的方式处理即可,比如你使用 Koa.js,就可以通过
ctx.throw
抛出错误,监听 onerror 事件处理错误