mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
Cache redesign part 1, and add support for alternative links
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
import { RemoteDataError } from '../../data/remote-data-error';
|
||||
|
||||
/**
|
||||
* A class to represent the data retrieved by after processing a task
|
||||
*/
|
||||
export class ProcessTaskResponse {
|
||||
constructor(
|
||||
private isSuccessful: boolean,
|
||||
public error?: RemoteDataError,
|
||||
public payload?: any
|
||||
public statusCode?: number,
|
||||
public errorMessage?: string
|
||||
) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user