We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcc3918 + 356d6a5 commit f885d44Copy full SHA for f885d44
src/abpHttpInterceptor.ts
@@ -344,6 +344,7 @@ export class AbpHttpInterceptor implements HttpInterceptor {
344
const errorBody = (json == "" || json == "null") ? {}: JSON.parse(json);
345
const errorResponse = new HttpResponse({
346
headers: error.headers,
347
+ status: error.status,
348
body: errorBody
349
});
350
0 commit comments