chore(fix): fixes sync response not correctly identifying all errors (#2346)
This commit is contained in:
@@ -664,7 +664,7 @@ export class SNApiService
|
||||
})
|
||||
|
||||
if (isErrorResponse(response)) {
|
||||
return ClientDisplayableError.FromError(response.data.error)
|
||||
return ClientDisplayableError.FromNetworkError(response)
|
||||
}
|
||||
const data = response.data
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user