mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Added http status text to rest response object and fixed tests
This commit is contained in:
@@ -303,6 +303,7 @@ export class EpersonRequest extends GetRequest {
|
||||
}
|
||||
|
||||
export class RequestError extends Error {
|
||||
statusText: number;
|
||||
statusCode: number;
|
||||
statusText: string;
|
||||
}
|
||||
/* tslint:enable:max-classes-per-file */
|
||||
|
Reference in New Issue
Block a user