Fork me on GitHub
#pathom
<
2022-09-02
>
Ernesto Garcia08:09:19

Hi all. When obtaining an error from a Pathom 3 boundary interface used in a Ring server, how do I know whether to raise a 400 or a 500 error?

wilkerlucio22:09:52

if you use strict mode that might make sense to have something, but Pathom has no oppinion on that, since is also up to you to handle http response errors on the other end, currently there is not standards for it