hasura-storage icon indicating copy to clipboard operation
hasura-storage copied to clipboard

go client should return an error if requests fails

Open dbarrosop opened this issue 2 years ago • 0 comments

Right now go client only returns an error if there is an error client-side (i.e. if it can't reach the server), if the request is performed successfully but the server returns an error the client will return the response but won't notify there was an error. Ideally we'd return some type of error.

dbarrosop avatar Mar 10 '22 11:03 dbarrosop