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:
@@ -1,6 +1,6 @@
|
||||
export class RemoteDataError {
|
||||
constructor(
|
||||
public statusCode: string,
|
||||
public statusText: string,
|
||||
public message: string
|
||||
) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user