mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Added status code to RemoteDataError
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export class RemoteDataError {
|
||||
constructor(
|
||||
public statusCode: number,
|
||||
public statusText: string,
|
||||
public message: string
|
||||
) {
|
||||
|
Reference in New Issue
Block a user