spree-api-v2-js-sdk icon indicating copy to clipboard operation
spree-api-v2-js-sdk copied to clipboard

Fix error handling in SDK Client

Open rafalcymerys opened this issue 3 years ago • 0 comments

Spree errors are not parsed properly - when getting any bad request(404 etc.) errors are parsed to Error type and not FetchError which should be then parsed once more to a proper Spree error. Some other modules that use SDK may not work properly since the format changed. We should fix it to prevent any further issues.

rafalcymerys avatar Aug 04 '22 14:08 rafalcymerys